projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e88644c
)
glsl: fix spelling of derived
author
Chris Forbes
<chrisf@ijw.co.nz>
Sun, 27 Apr 2014 04:49:18 +0000
(16:49 +1200)
committer
Chris Forbes
<chrisf@ijw.co.nz>
Sun, 27 Apr 2014 09:37:23 +0000
(21:37 +1200)
Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
src/glsl/glsl_types.h
patch
|
blob
|
history
diff --git
a/src/glsl/glsl_types.h
b/src/glsl/glsl_types.h
index ae3829f30e0f583ca883474c5649d21bf258df3f..dca5492ac06b188b4cfee7d646f6cac665a3ac00 100644
(file)
--- a/
src/glsl/glsl_types.h
+++ b/
src/glsl/glsl_types.h
@@
-180,7
+180,7
@@
struct glsl_type {
/**@}*/
/**
- * For numeric and boolean der
r
ived types returns the basic scalar type
+ * For numeric and boolean derived types returns the basic scalar type
*
* If the type is a numeric or boolean scalar, vector, or matrix type,
* this function gets the scalar type of the individual components. For