glsl: fix comment typo: s/filed/field/

This commit is contained in:
Brian Paul
2015-08-26 13:23:47 -06:00
parent 3c256f572b
commit 42c7be5877
+1 -1
View File
@@ -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;