Mesa (master): mesa: Fix typo in a comment

Anuj Phogat aphogat at kemper.freedesktop.org
Wed Apr 22 22:25:00 UTC 2015


Module: Mesa
Branch: master
Commit: 2c08e3b8ea6d3f689a138d19bc812551ca966415
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2c08e3b8ea6d3f689a138d19bc812551ca966415

Author: Anuj Phogat <anuj.phogat at gmail.com>
Date:   Wed Apr 22 11:23:49 2015 -0700

mesa: Fix typo in a comment

Signed-off-by: Anuj Phogat <anuj.phogat at gmail.com>
Reviewed-by: Brian Paul <brianp at vmware.com>

---

 src/mesa/main/texgetimage.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mesa/main/texgetimage.c b/src/mesa/main/texgetimage.c
index 255d365..908bb9b 100644
--- a/src/mesa/main/texgetimage.c
+++ b/src/mesa/main/texgetimage.c
@@ -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 ||




More information about the mesa-commit mailing list