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;