Mesa (master): ir_to_mesa: typo fix in a comment.

Eric Anholt anholt at kemper.freedesktop.org
Mon Jul 11 15:58:48 UTC 2011


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

Author: Eric Anholt <eric at anholt.net>
Date:   Mon May  2 10:45:02 2011 -0700

ir_to_mesa: typo fix in a comment.

---

 src/mesa/program/ir_to_mesa.cpp |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/mesa/program/ir_to_mesa.cpp b/src/mesa/program/ir_to_mesa.cpp
index 738e97c..d8e5a3a 100644
--- a/src/mesa/program/ir_to_mesa.cpp
+++ b/src/mesa/program/ir_to_mesa.cpp
@@ -1415,9 +1415,9 @@ ir_to_mesa_visitor::visit(ir_dereference_variable *ir)
       case ir_var_in:
       case ir_var_inout:
 	 /* The linker assigns locations for varyings and attributes,
-	  * including deprecated builtins (like gl_Color), user-assign
-	  * generic attributes (glBindVertexLocation), and
-	  * user-defined varyings.
+	  * including deprecated builtins (like gl_Color),
+	  * user-assigned generic attributes (glBindVertexLocation),
+	  * and user-defined varyings.
 	  *
 	  * FINISHME: We would hit this path for function arguments.  Fix!
 	  */




More information about the mesa-commit mailing list