projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c256f5
)
glsl: fix comment typo: s/filed/field/
author
Brian Paul
<brianp@vmware.com>
Wed, 26 Aug 2015 19:23:47 +0000
(13:23 -0600)
committer
Brian Paul
<brianp@vmware.com>
Thu, 27 Aug 2015 19:11:26 +0000
(13:11 -0600)
src/glsl/glsl_types.h
patch
|
blob
|
history
diff --git
a/src/glsl/glsl_types.h
b/src/glsl/glsl_types.h
index e7c73dac3c3314646808881422516a769d929393..02a398f6112effcd1f421965a9676f23fd0498fb 100644
(file)
--- 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 fi
le
d within a record type
+ * Get the location of a fi
el
d within a record type
*/
int field_index(const char *name) const;