From: Rob Clark Date: Tue, 27 Nov 2018 20:19:16 +0000 (-0500) Subject: gallium: fix typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c500e7b7472099401dcab35e5a2e68e5791ca9a5;p=mesa.git gallium: fix typo Signed-off-by: Rob Clark --- 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,