From c500e7b7472099401dcab35e5a2e68e5791ca9a5 Mon Sep 17 00:00:00 2001 From: Rob Clark Date: Tue, 27 Nov 2018 15:19:16 -0500 Subject: [PATCH] gallium: fix typo Signed-off-by: Rob Clark --- 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 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, -- 2.30.2