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:
Gwan-gyeong Mun
2017-11-25 23:08:23 +09:00
committed by Timothy Arceri
parent c7616ac069
commit 4cb27047c8

View File

@@ -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