Mesa (master): docs: unecessarily -> unnecessarily

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


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

Author: Erik Faye-Lund <erik.faye-lund at collabora.com>
Date:   Fri Sep 25 14:51:40 2020 +0200

docs: unecessarily -> unnecessarily

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 958e89361d6..2cd1e0e2122 100644
--- a/docs/gallium/context.rst
+++ b/docs/gallium/context.rst
@@ -609,7 +609,7 @@ the unsignaled state by performing a wait operation on said object, i.e.
 ``pipe_fence_handle`` can only have one waiter.
 
 This behaviour is useful in producer <-> consumer chains. It helps avoid
-unecessarily sharing a new ``pipe_fence_handle`` each time a new frame is
+unnecessarily sharing a new ``pipe_fence_handle`` each time a new frame is
 ready. Instead, the fences are exchanged once ahead of time, and access is synchronized
 through GPU signaling instead of direct producer <-> consumer communication.
 



More information about the mesa-commit mailing list