Module: Mesa Branch: master Commit: c10dc485f395d3b8d616bf2857bcdef9712dc47b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c10dc485f395d3b8d616bf2857bcdef9712dc47b
Author: Brian Paul <[email protected]> Date: Tue Jun 9 09:14:17 2015 -0600 glsl: fix comment typo: s/accpet/accept/ --- src/glsl/ir_hierarchical_visitor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glsl/ir_hierarchical_visitor.h b/src/glsl/ir_hierarchical_visitor.h index faa52fd..cac7869 100644 --- a/src/glsl/ir_hierarchical_visitor.h +++ b/src/glsl/ir_hierarchical_visitor.h @@ -59,7 +59,7 @@ enum ir_visitor_status { * in the composite's \c accept method. The \c accept method for a leaf-node * class will simply call the \c visit method, as usual, and pass its return * value on. The \c accept method for internal-node classes will call the \c - * visit_enter method, call the \c accpet method of each child node, and, + * visit_enter method, call the \c accept method of each child node, and, * finally, call the \c visit_leave method. If any of these return a value * other that \c visit_continue, the correct action must be taken. * _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
