summaryrefslogtreecommitdiffstats
path: root/src/gallium/include
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2018-11-27 15:19:16 -0500
committerRob Clark <[email protected]>2018-12-07 13:49:21 -0500
commitc500e7b7472099401dcab35e5a2e68e5791ca9a5 (patch)
tree1ec1eb7dee8c933f7f18a090b95333bf98b80442 /src/gallium/include
parentf6ad286c80e82a52ab00311df9f9c75eada95c86 (diff)
gallium: fix typo
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/gallium/include')
-rw-r--r--src/gallium/include/pipe/p_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/include/pipe/p_context.h b/src/gallium/include/pipe/p_context.h
index dd1f5ed192c..e07b76d4f03 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,