From: Laura Ekstrand Date: Wed, 10 Dec 2014 01:27:12 +0000 (-0800) Subject: main: Corrected comment on _mesa_is_zero_size_texture. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4b381e84db5ee1a03c9b9afca2817d8bd374c0b0;p=mesa.git main: Corrected comment on _mesa_is_zero_size_texture. Reviewed-by: Anuj Phogat --- 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) {