From: Chris Forbes Date: Sun, 27 Apr 2014 04:49:18 +0000 (+1200) Subject: glsl: fix spelling of derived X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=151a20dcd42c0973275479609470c2b616b3faa9;p=mesa.git glsl: fix spelling of derived Signed-off-by: Chris Forbes --- diff --git a/src/glsl/glsl_types.h b/src/glsl/glsl_types.h index ae3829f30e0..dca5492ac06 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