glsl: fix spelling of derived

Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
This commit is contained in:
Chris Forbes
2014-04-27 16:49:18 +12:00
parent e88644c1f2
commit 151a20dcd4
+1 -1
View File
@@ -180,7 +180,7 @@ struct glsl_type {
/**@}*/
/**
* For numeric and boolean derrived 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