main: Corrected comment on _mesa_is_zero_size_texture.
authorLaura Ekstrand <laura@jlekstrand.net>
Wed, 10 Dec 2014 01:27:12 +0000 (17:27 -0800)
committerLaura Ekstrand <laura@jlekstrand.net>
Thu, 8 Jan 2015 19:37:28 +0000 (11:37 -0800)
Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
src/mesa/main/teximage.h

index 189a0b4672e7a83e320f26b8281b3fdb50403cf4..8c8261ba22d6589f148923ac8a0b86c8f92bf316 100644 (file)
@@ -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)
 {