From: Brian Paul Date: Mon, 24 Oct 2011 02:21:18 +0000 (-0600) Subject: swrast: fix comment typo (s/texure/texture/) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c9bb1bdc4859af001f0bc9a931eaf53266b49c0c;p=mesa.git swrast: fix comment typo (s/texure/texture/) --- diff --git a/src/mesa/swrast/s_context.h b/src/mesa/swrast/s_context.h index a83ac614560..d3ba37819a9 100644 --- a/src/mesa/swrast/s_context.h +++ b/src/mesa/swrast/s_context.h @@ -144,7 +144,7 @@ struct swrast_texture_image each 2D slice in 'Data', in texels */ GLubyte *Data; /**< Image data, accessed via FetchTexel() */ - /** Malloc'd texure memory */ + /** Malloc'd texture memory */ GLubyte *Buffer; FetchTexelFunc FetchTexel;