gallium: fix typo
authorRob Clark <robdclark@gmail.com>
Tue, 27 Nov 2018 20:19:16 +0000 (15:19 -0500)
committerRob Clark <robdclark@gmail.com>
Fri, 7 Dec 2018 18:49:21 +0000 (13:49 -0500)
Signed-off-by: Rob Clark <robdclark@gmail.com>
src/gallium/include/pipe/p_context.h

index dd1f5ed192c6c412209cbb3a046c08df31a54a05..e07b76d4f03b186f46ef8817f1c597d821280446 100644 (file)
@@ -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,