From: Jose Maria Casanova Crespo Date: Wed, 21 Nov 2018 18:22:05 +0000 (+0100) Subject: glsl: fix typos in comments "transfor" -> "transform" X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cc7173b4387182f854cb5c9d4f9575419b946e11;p=mesa.git glsl: fix typos in comments "transfor" -> "transform" Reviewed-by: Ilia Mirkin Reviewed-by: Timothy Arceri --- diff --git a/src/compiler/glsl/ir.h b/src/compiler/glsl/ir.h index fa124863d09..9ec332ab46c 100644 --- a/src/compiler/glsl/ir.h +++ b/src/compiler/glsl/ir.h @@ -759,17 +759,17 @@ public: unsigned is_xfb_only:1; /** - * Was a transfor feedback buffer set in the shader? + * Was a transform feedback buffer set in the shader? */ unsigned explicit_xfb_buffer:1; /** - * Was a transfor feedback offset set in the shader? + * Was a transform feedback offset set in the shader? */ unsigned explicit_xfb_offset:1; /** - * Was a transfor feedback stride set in the shader? + * Was a transform feedback stride set in the shader? */ unsigned explicit_xfb_stride:1;