[Mesa-dev] [PATCH 13/41] main: Corrected comment on _mesa_is_zero_size_texture.
Laura Ekstrand
laura at jlekstrand.net
Mon Dec 15 17:22:28 PST 2014
---
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 705410d..c014bd9 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.1.0
More information about the mesa-dev
mailing list