From 4b381e84db5ee1a03c9b9afca2817d8bd374c0b0 Mon Sep 17 00:00:00 2001 From: Laura Ekstrand Date: Tue, 9 Dec 2014 17:27:12 -0800 Subject: [PATCH] main: Corrected comment on _mesa_is_zero_size_texture. Reviewed-by: Anuj Phogat --- src/mesa/main/teximage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/main/teximage.h b/src/mesa/main/teximage.h index 189a0b4672e..8c8261ba22d 100644 --- a/src/mesa/main/teximage.h +++ b/src/mesa/main/teximage.h @@ -47,7 +47,7 @@ _mesa_is_cube_face(GLenum target) target <= GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_ARB); } -/** Is any of the dimensions of given texture equal to zero? */ +/** Are any of the dimensions of given texture equal to zero? */ static inline GLboolean _mesa_is_zero_size_texture(const struct gl_texture_image *texImage) { -- 2.30.2