summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/Interval.h
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-10-10 17:42:19 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-10-10 17:42:19 +0000
commitd5d96b9fcd779806555cf5db602f80d5a308a471 (patch)
tree73f935e3b896987b77a25cdb0b027e6eba915c35 /include/llvm/Analysis/Interval.h
parentaa41c3ca20df402e1626be590ff5c784afb734cc (diff)
downloadllvm-d5d96b9fcd779806555cf5db602f80d5a308a471.tar.gz
llvm-d5d96b9fcd779806555cf5db602f80d5a308a471.tar.bz2
llvm-d5d96b9fcd779806555cf5db602f80d5a308a471.tar.xz
Fix spelling.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9021 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Analysis/Interval.h')
-rw-r--r--include/llvm/Analysis/Interval.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Analysis/Interval.h b/include/llvm/Analysis/Interval.h
index 86965df90d..8c7569fca8 100644
--- a/include/llvm/Analysis/Interval.h
+++ b/include/llvm/Analysis/Interval.h
@@ -50,7 +50,7 @@ public:
// Successors - List of BasicBlocks that are reachable directly from nodes in
// this interval, but are not in the interval themselves.
- // These nodes neccesarily must be header nodes for other intervals.
+ // These nodes necessarily must be header nodes for other intervals.
//
std::vector<BasicBlock*> Successors;