Mesa (master): glsl: fix spelling of derived

Chris Forbes chrisf at kemper.freedesktop.org
Sun Apr 27 09:35:46 UTC 2014


Module: Mesa
Branch: master
Commit: 151a20dcd42c0973275479609470c2b616b3faa9
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=151a20dcd42c0973275479609470c2b616b3faa9

Author: Chris Forbes <chrisf at ijw.co.nz>
Date:   Sun Apr 27 16:49:18 2014 +1200

glsl: fix spelling of derived

Signed-off-by: Chris Forbes <chrisf at ijw.co.nz>

---

 src/glsl/glsl_types.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/glsl/glsl_types.h b/src/glsl/glsl_types.h
index ae3829f..dca5492 100644
--- a/src/glsl/glsl_types.h
+++ b/src/glsl/glsl_types.h
@@ -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




More information about the mesa-commit mailing list