Mesa (master): glsl: fix typos in comments "transfor" -> "transform"

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Mar 4 02:04:38 UTC 2019


Module: Mesa
Branch: master
Commit: cc7173b4387182f854cb5c9d4f9575419b946e11
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cc7173b4387182f854cb5c9d4f9575419b946e11

Author: Jose Maria Casanova Crespo <jmcasanova at igalia.com>
Date:   Wed Nov 21 19:22:05 2018 +0100

glsl: fix typos in comments "transfor" -> "transform"

Reviewed-by: Ilia Mirkin <imirkin at alum.mit.edu>
Reviewed-by: Timothy Arceri <tarceri at itsqueeze.com>

---

 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;
 




More information about the mesa-commit mailing list