Mesa (master): glsl: Fix typo in interface block comment

Chris Forbes chrisf at kemper.freedesktop.org
Sun Apr 13 05:27:08 UTC 2014


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

Author: Chris Forbes <chrisf at ijw.co.nz>
Date:   Sun Apr 13 17:01:07 2014 +1200

glsl: Fix typo in interface block comment

Signed-off-by: Chris Forbes <chrisf at ijw.co.nz>

---

 src/glsl/ast_to_hir.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/glsl/ast_to_hir.cpp b/src/glsl/ast_to_hir.cpp
index 1d15e62..717dc68 100644
--- a/src/glsl/ast_to_hir.cpp
+++ b/src/glsl/ast_to_hir.cpp
@@ -5328,7 +5328,7 @@ ast_interface_block::hir(exec_list *instructions,
       }
    } else {
       /* In order to have an array size, the block must also be declared with
-       * an instane name.
+       * an instance name.
        */
       assert(this->array_specifier == NULL);
 




More information about the mesa-commit mailing list