summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2015-08-26 13:23:47 -0600
committerBrian Paul <[email protected]>2015-08-27 13:11:26 -0600
commit42c7be5877665dfcbeb317c7eb163a03d56fe661 (patch)
tree122de82c3bee5878873b58fdffc8c6e08acaf5c3 /src
parent3c256f572b0377e5cff23e022aef49c356055514 (diff)
glsl: fix comment typo: s/filed/field/
Diffstat (limited to 'src')
-rw-r--r--src/glsl/glsl_types.h2
1 files changed, 1 insertions, 1 deletions
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;