ir_to_mesa: typo fix in a comment.
authorEric Anholt <eric@anholt.net>
Mon, 2 May 2011 17:45:02 +0000 (10:45 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 11 Jul 2011 15:58:37 +0000 (08:58 -0700)
src/mesa/program/ir_to_mesa.cpp

index 738e97ca55c38134324f8745ad9b20201d0f7039..d8e5a3a977295b6324250ce18718f817f3dd20e1 100644 (file)
@@ -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!
          */