glsl: fix typos in comments "transfor" -> "transform"
authorJose Maria Casanova Crespo <jmcasanova@igalia.com>
Wed, 21 Nov 2018 18:22:05 +0000 (19:22 +0100)
committerJose Maria Casanova Crespo <jmcasanova@igalia.com>
Mon, 4 Mar 2019 00:55:00 +0000 (01:55 +0100)
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
src/compiler/glsl/ir.h

index fa124863d09b39833679d50613a1331987a1371b..9ec332ab46cee8a27fdb81043bd8888adebb612a 100644 (file)
@@ -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;