Mesa (master): glsl: fix comment typo

Brian Paul brianp at kemper.freedesktop.org
Tue Jun 26 16:01:15 UTC 2012


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

Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jun 26 09:45:29 2012 -0600

glsl: fix comment typo

---

 src/glsl/ir.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/glsl/ir.h b/src/glsl/ir.h
index 014f363..505d2e7 100644
--- a/src/glsl/ir.h
+++ b/src/glsl/ir.h
@@ -353,7 +353,7 @@ public:
    const struct glsl_type *type;
 
    /**
-    * Delcared name of the variable
+    * Declared name of the variable
     */
    const char *name;
 




More information about the mesa-commit mailing list