ir_to_mesa: typo fix in a comment.

This commit is contained in:
Eric Anholt
2011-05-02 10:45:02 -07:00
parent 46a7639174
commit a166720f2d

View 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!
*/