From 255019340c509d85fb5ea3c75129675eef1952a0 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Fri, 25 Sep 2020 13:39:35 +0200 Subject: [PATCH] docs: everytime -> every time Reviewed-by: Eric Engestrom Part-of: --- docs/gallium/context.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gallium/context.rst b/docs/gallium/context.rst index cc95ee4..12a9f63 100644 --- a/docs/gallium/context.rst +++ b/docs/gallium/context.rst @@ -214,7 +214,7 @@ Two stream output targets can use the same resource at the same time, but with a disjoint memory range. Additionally, the stream output target internally maintains the offset -into the buffer which is incremented everytime something is written to it. +into the buffer which is incremented every time something is written to it. The internal offset is equal to how much data has already been written. It can be stored in device memory and the CPU actually doesn't have to query it. -- 2.7.4