From c9bb1bdc4859af001f0bc9a931eaf53266b49c0c Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sun, 23 Oct 2011 20:21:18 -0600 Subject: [PATCH] swrast: fix comment typo (s/texure/texture/) --- src/mesa/swrast/s_context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0