summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2013-09-06 16:19:22 +0000
committerMatthias Braun <matze@braunis.de>2013-09-06 16:19:22 +0000
commit256cb9eaafef2aef81121be7542e04c40d9017cb (patch)
tree7c6e582b126a153639ea49d4b63e450175b8926e /include
parenta86062c4b12fc2b9ee339ca8c54bcef3447f713c (diff)
downloadllvm-256cb9eaafef2aef81121be7542e04c40d9017cb.tar.gz
llvm-256cb9eaafef2aef81121be7542e04c40d9017cb.tar.bz2
llvm-256cb9eaafef2aef81121be7542e04c40d9017cb.tar.xz
fix typo in comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190165 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/LiveInterval.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/LiveInterval.h b/include/llvm/CodeGen/LiveInterval.h
index 84323deef8..345f0dddf5 100644
--- a/include/llvm/CodeGen/LiveInterval.h
+++ b/include/llvm/CodeGen/LiveInterval.h
@@ -242,7 +242,7 @@ namespace llvm {
/// unused values.
void RenumberValues();
- /// MergeValueNumberInto - This method is called when two value nubmers
+ /// MergeValueNumberInto - This method is called when two value numbers
/// are found to be equivalent. This eliminates V1, replacing all
/// LiveRanges with the V1 value number with the V2 value number. This can
/// cause merging of V1/V2 values numbers and compaction of the value space.