From 42c7be5877665dfcbeb317c7eb163a03d56fe661 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 26 Aug 2015 13:23:47 -0600 Subject: [PATCH] glsl: fix comment typo: s/filed/field/ --- src/glsl/glsl_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2