glsl: Fix typo nagivation -> navigation
authorGwan-gyeong Mun <elongbug@gmail.com>
Sat, 25 Nov 2017 14:08:23 +0000 (23:08 +0900)
committerTimothy Arceri <tarceri@itsqueeze.com>
Mon, 27 Nov 2017 21:48:55 +0000 (08:48 +1100)
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>
src/compiler/glsl/ir_hierarchical_visitor.h

index 824b05e73d895625c2dc59e225b655ee4bc26f52..5f5acd041b8d98b4cf10351b64daacb13f6c85e9 100644 (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