summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2012-06-26 09:45:29 -0600
committerBrian Paul <brianp@vmware.com>2012-06-26 10:01:03 -0600
commit36b3ee2ffca2f260c9e5eb248b6e2b4ca2bf6fb1 (patch)
tree188ce480cf2c63b763aa315a9489ec89f94d6674
parent27e94ba4eabec90b2c4d7361a9448b35e2819a8b (diff)
glsl: fix comment typo
-rw-r--r--src/glsl/ir.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glsl/ir.h b/src/glsl/ir.h
index 014f3630d77..505d2e74b6e 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;