summaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl
diff options
context:
space:
mode:
authorJose Maria Casanova Crespo <[email protected]>2018-11-21 19:22:05 +0100
committerJose Maria Casanova Crespo <[email protected]>2019-03-04 01:55:00 +0100
commitcc7173b4387182f854cb5c9d4f9575419b946e11 (patch)
tree8d9a7d7d2e2ca8dc5a35e212e7732fcc6bb72e18 /src/compiler/glsl
parent3214f20914134df07b070f471c0ca2d610ed3b81 (diff)
glsl: fix typos in comments "transfor" -> "transform"
Reviewed-by: Ilia Mirkin <[email protected]> Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/compiler/glsl')
-rw-r--r--src/compiler/glsl/ir.h6
1 files 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;