Mesa (master): gallium: fix typo

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Dec 7 18:50:40 UTC 2018


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

Author: Rob Clark <robdclark at gmail.com>
Date:   Tue Nov 27 15:19:16 2018 -0500

gallium: fix typo

Signed-off-by: Rob Clark <robdclark at gmail.com>

---

 src/gallium/include/pipe/p_context.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/include/pipe/p_context.h b/src/gallium/include/pipe/p_context.h
index dd1f5ed192..e07b76d4f0 100644
--- a/src/gallium/include/pipe/p_context.h
+++ b/src/gallium/include/pipe/p_context.h
@@ -793,7 +793,7 @@ struct pipe_context {
     * Invalidate the contents of the resource. This is used to
     *
     * (1) implement EGL's semantic of undefined depth/stencil
-    * contenst after a swapbuffers.  This allows a tiled renderer (for
+    * contents after a swapbuffers.  This allows a tiled renderer (for
     * example) to not store the depth buffer.
     *
     * (2) implement GL's InvalidateBufferData. For backwards compatibility,




More information about the mesa-commit mailing list