summaryrefslogtreecommitdiff
path: root/include/Support/PostOrderIterator.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Support/PostOrderIterator.h')
-rw-r--r--include/Support/PostOrderIterator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Support/PostOrderIterator.h b/include/Support/PostOrderIterator.h
index 178125405e..d976f08876 100644
--- a/include/Support/PostOrderIterator.h
+++ b/include/Support/PostOrderIterator.h
@@ -109,7 +109,7 @@ ipo_iterator<T> ipo_end(T G){
// computer RPO from a graph. Because of this, the construction of the
// ReversePostOrderTraversal object is expensive (it must walk the entire graph
// with a postorder iterator to build the data structures). The moral of this
-// story is: Don't create more ReversePostOrderTraversal classes than neccesary.
+// story is: Don't create more ReversePostOrderTraversal classes than necessary.
//
// This class should be used like this:
// {