From: Brian Paul Date: Tue, 26 Jun 2012 15:45:29 +0000 (-0600) Subject: glsl: fix comment typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=36b3ee2ffca2f260c9e5eb248b6e2b4ca2bf6fb1;p=mesa.git glsl: fix comment typo --- 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;