diff options
author | Brian Paul <[email protected]> | 2012-06-26 09:45:29 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-06-26 10:01:03 -0600 |
commit | 36b3ee2ffca2f260c9e5eb248b6e2b4ca2bf6fb1 (patch) | |
tree | 188ce480cf2c63b763aa315a9489ec89f94d6674 /src/glsl | |
parent | 27e94ba4eabec90b2c4d7361a9448b35e2819a8b (diff) |
glsl: fix comment typo
Diffstat (limited to 'src/glsl')
-rw-r--r-- | 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 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; |