summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/teximage.h
diff options
context:
space:
mode:
authorLaura Ekstrand <[email protected]>2014-12-09 17:27:12 -0800
committerLaura Ekstrand <[email protected]>2015-01-08 11:37:28 -0800
commit4b381e84db5ee1a03c9b9afca2817d8bd374c0b0 (patch)
tree60b955a83b98563ed265134e6984b15f9e49e955 /src/mesa/main/teximage.h
parentb8939fd3d1544f9dd24404a4f768797f99e5efc1 (diff)
main: Corrected comment on _mesa_is_zero_size_texture.
Reviewed-by: Anuj Phogat <[email protected]>
Diffstat (limited to 'src/mesa/main/teximage.h')
-rw-r--r--src/mesa/main/teximage.h2
1 files changed, 1 insertions, 1 deletions
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)
{