From: Eric Anholt Date: Mon, 2 May 2011 17:45:02 +0000 (-0700) Subject: ir_to_mesa: typo fix in a comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a166720f2d93b090ad1c383c9bd90d0a9e27760d;p=mesa.git ir_to_mesa: typo fix in a comment. --- diff --git a/src/mesa/program/ir_to_mesa.cpp b/src/mesa/program/ir_to_mesa.cpp index 738e97ca55c..d8e5a3a9772 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! */