mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 22:10:11 +01:00
glsl: fix comment typo: s/accpet/accept/
This commit is contained in:
parent
37e0677870
commit
c10dc485f3
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue