From 36b3ee2ffca2f260c9e5eb248b6e2b4ca2bf6fb1 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 26 Jun 2012 09:45:29 -0600 Subject: [PATCH] glsl: fix comment typo --- src/glsl/ir.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0