summaryrefslogtreecommitdiff
path: root/ir_hierarchical_visitor.h
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2010-06-17 00:37:39 -0700
committerCarl Worth <cworth@cworth.org>2010-06-23 16:12:53 -0700
commita22426dc4c934673e8f0af5c70a67505a4de7aad (patch)
treee7fc4ffce5b429085071d9b6599ad2ebc15d184a /ir_hierarchical_visitor.h
parent7fd7104fbb331e7d9fae7a79c6eca13dda3dfc55 (diff)
Fix typos of "variable" as "varaible"
One of these was just in a comment. But ther other was in an enum tag, (which is apparently not being used anywhere yet).
Diffstat (limited to 'ir_hierarchical_visitor.h')
-rw-r--r--ir_hierarchical_visitor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ir_hierarchical_visitor.h b/ir_hierarchical_visitor.h
index af8f83cac5..e741155e19 100644
--- a/ir_hierarchical_visitor.h
+++ b/ir_hierarchical_visitor.h
@@ -93,7 +93,7 @@ public:
* nodes can always be handled as variable declarations. Code that used
* non-hierarchical visitors had to set an "in a dereference" flag to
* determine how to handle an ir_variable. By forcing the visitor to
- * handle the ir_variable within the ir_dereference_varaible visitor, this
+ * handle the ir_variable within the ir_dereference_variable visitor, this
* kludge can be avoided.
*
* In addition, I can envision no use for having separate enter and leave