mesa: Fix typo in a comment
authorAnuj Phogat <anuj.phogat@gmail.com>
Wed, 22 Apr 2015 18:23:49 +0000 (11:23 -0700)
committerAnuj Phogat <anuj.phogat@gmail.com>
Wed, 22 Apr 2015 22:24:43 +0000 (15:24 -0700)
Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/main/texgetimage.c

index 255d365599af1caf5a25705cefca3528993c0e10..908bb9b1ce606b7ba67523900265fd0b5b04733b 100644 (file)
@@ -285,7 +285,7 @@ get_tex_rgba_compressed(struct gl_context *ctx, GLuint dimensions,
    }
 
    /* Depending on the base format involved we may need to apply a rebase
-    * tranaform (for example: if we download to a Luminance format we want
+    * transform (for example: if we download to a Luminance format we want
     * G=0 and B=0).
     */
    if (baseFormat == GL_LUMINANCE ||
@@ -388,7 +388,7 @@ get_tex_rgba_uncompressed(struct gl_context *ctx, GLuint dimensions,
    }
 
    /* Depending on the base format involved we may need to apply a rebase
-    * tranaform (for example: if we download to a Luminance format we want
+    * transform (for example: if we download to a Luminance format we want
     * G=0 and B=0).
     */
    if (texImage->_BaseFormat == GL_LUMINANCE ||