Mesa (master): glsl: Fix typo

Ian Romanick idr at kemper.freedesktop.org
Wed Mar 12 18:17:23 UTC 2014


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

Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Mon Feb 10 13:48:26 2014 -0800

glsl: Fix typo

Remove extra "any" and re-word-wrap the comment.

Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
Reviewed-by: Eric Anholt <eric at anholt.net>

---

 src/glsl/lower_packed_varyings.cpp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/glsl/lower_packed_varyings.cpp b/src/glsl/lower_packed_varyings.cpp
index c23d180..8c1b885 100644
--- a/src/glsl/lower_packed_varyings.cpp
+++ b/src/glsl/lower_packed_varyings.cpp
@@ -199,8 +199,8 @@ private:
 
    /**
     * Number of generic varying slots which are used by this shader.  This is
-    * used to allocate temporary intermediate data structures.  If any any
-    * varying used by this shader has a location greater than or equal to
+    * used to allocate temporary intermediate data structures.  If any varying
+    * used by this shader has a location greater than or equal to
     * location_base + locations_used, an assertion will fire.
     */
    const unsigned locations_used;




More information about the mesa-commit mailing list