summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/IntervalIterator.h
diff options
context:
space:
mode:
authorJakub Staszak <kubastaszak@gmail.com>2013-03-05 22:05:16 +0000
committerJakub Staszak <kubastaszak@gmail.com>2013-03-05 22:05:16 +0000
commitf84606732c76899af54c295ec987c96c88452747 (patch)
treee978b1e6099b0dbc567e7f31598e73cbfbb99bb1 /include/llvm/Analysis/IntervalIterator.h
parentfe0c244633aff93111063224317ec9c20d3dbcf4 (diff)
downloadllvm-f84606732c76899af54c295ec987c96c88452747.tar.gz
llvm-f84606732c76899af54c295ec987c96c88452747.tar.bz2
llvm-f84606732c76899af54c295ec987c96c88452747.tar.xz
Fix a few typos in comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176519 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Analysis/IntervalIterator.h')
-rw-r--r--include/llvm/Analysis/IntervalIterator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Analysis/IntervalIterator.h b/include/llvm/Analysis/IntervalIterator.h
index 333f289ee1..22067c4f3c 100644
--- a/include/llvm/Analysis/IntervalIterator.h
+++ b/include/llvm/Analysis/IntervalIterator.h
@@ -157,7 +157,7 @@ public:
private:
// ProcessInterval - This method is used during the construction of the
// interval graph. It walks through the source graph, recursively creating
- // an interval per invokation until the entire graph is covered. This uses
+ // an interval per invocation until the entire graph is covered. This uses
// the ProcessNode method to add all of the nodes to the interval.
//
// This method is templated because it may operate on two different source