From cc7173b4387182f854cb5c9d4f9575419b946e11 Mon Sep 17 00:00:00 2001 From: Jose Maria Casanova Crespo Date: Wed, 21 Nov 2018 19:22:05 +0100 Subject: [PATCH] glsl: fix typos in comments "transfor" -> "transform" Reviewed-by: Ilia Mirkin Reviewed-by: Timothy Arceri --- src/compiler/glsl/ir.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; -- 2.30.2