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_in:
case ir_var_inout: case ir_var_inout:
/* The linker assigns locations for varyings and attributes, /* The linker assigns locations for varyings and attributes,
* including deprecated builtins (like gl_Color), user-assign * including deprecated builtins (like gl_Color),
* generic attributes (glBindVertexLocation), and * user-assigned generic attributes (glBindVertexLocation),
* user-defined varyings. * and user-defined varyings.
* *
* FINISHME: We would hit this path for function arguments. Fix! * FINISHME: We would hit this path for function arguments. Fix!
*/ */