summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/IntervalPartition.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Analysis/IntervalPartition.h')
-rw-r--r--include/llvm/Analysis/IntervalPartition.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Analysis/IntervalPartition.h b/include/llvm/Analysis/IntervalPartition.h
index 44e730c42b..508f00589b 100644
--- a/include/llvm/Analysis/IntervalPartition.h
+++ b/include/llvm/Analysis/IntervalPartition.h
@@ -89,7 +89,7 @@ private:
// updatePredecessors - Interval generation only sets the successor fields of
// the interval data structures. After interval generation is complete,
- // run through all of the intervals and propogate successor info as
+ // run through all of the intervals and propagate successor info as
// predecessor info.
//
void updatePredecessors(Interval *Int);