From: Brian Paul Date: Wed, 26 Aug 2015 19:23:47 +0000 (-0600) Subject: glsl: fix comment typo: s/filed/field/ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=42c7be5877665dfcbeb317c7eb163a03d56fe661;p=mesa.git glsl: fix comment typo: s/filed/field/ --- diff --git a/src/glsl/glsl_types.h b/src/glsl/glsl_types.h index e7c73dac3c3..02a398f6112 100644 --- a/src/glsl/glsl_types.h +++ b/src/glsl/glsl_types.h @@ -613,7 +613,7 @@ struct glsl_type { const glsl_type *field_type(const char *name) const; /** - * Get the location of a filed within a record type + * Get the location of a field within a record type */ int field_index(const char *name) const;