mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 08:10:09 +01:00
glsl: Fix typo nagivation -> navigation
Signed-off-by: Mun Gwan-gyeong <elongbug@gmail.com> Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com> Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
This commit is contained in:
parent
c7616ac069
commit
4cb27047c8
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ enum ir_visitor_status {
|
|||
* returning \c visit_stop), or stop visiting sibling nodes (by returning \c
|
||||
* visit_continue_with_parent).
|
||||
*
|
||||
* These two changes combine to allow nagivation of children to be implemented
|
||||
* These two changes combine to allow navigation of children to be implemented
|
||||
* 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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue