[llvm-commits] CVS: llvm/include/llvm/Analysis/Interval.h
Misha Brukman
brukman at cs.uiuc.edu
Fri Oct 10 12:40:01 PDT 2003
Changes in directory llvm/include/llvm/Analysis:
Interval.h updated: 1.14 -> 1.15
---
Log message:
Fix spelling.
---
Diffs of the changes: (+1 -1)
Index: llvm/include/llvm/Analysis/Interval.h
diff -u llvm/include/llvm/Analysis/Interval.h:1.14 llvm/include/llvm/Analysis/Interval.h:1.15
--- llvm/include/llvm/Analysis/Interval.h:1.14 Wed Oct 1 17:27:36 2003
+++ llvm/include/llvm/Analysis/Interval.h Fri Oct 10 12:39:27 2003
@@ -50,7 +50,7 @@
// 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;
More information about the llvm-commits
mailing list