Mesa (master): docs: everytime -> every time

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Sep 28 07:56:38 UTC 2020


Module: Mesa
Branch: master
Commit: 255019340c509d85fb5ea3c75129675eef1952a0
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=255019340c509d85fb5ea3c75129675eef1952a0

Author: Erik Faye-Lund <erik.faye-lund at collabora.com>
Date:   Fri Sep 25 13:39:35 2020 +0200

docs: everytime -> every time

Reviewed-by: Eric Engestrom <eric at engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6864>

---

 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 cc95ee4dc17..12a9f63dc52 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.



More information about the mesa-commit mailing list