glsl: fix comment typo
authorBrian Paul <brianp@vmware.com>
Tue, 26 Jun 2012 15:45:29 +0000 (09:45 -0600)
committerBrian Paul <brianp@vmware.com>
Tue, 26 Jun 2012 16:01:03 +0000 (10:01 -0600)
src/glsl/ir.h

index 014f3630d7732a7123aecb826d736c4549aec938..505d2e74b6e933e02ccbac3e53dc5e8789d67390 100644 (file)
@@ -353,7 +353,7 @@ public:
    const struct glsl_type *type;
 
    /**
-    * Delcared name of the variable
+    * Declared name of the variable
     */
    const char *name;