fix typo in comment
authorMatthias Braun <matze@braunis.de>
Fri, 6 Sep 2013 16:19:22 +0000 (16:19 +0000)
committerMatthias Braun <matze@braunis.de>
Fri, 6 Sep 2013 16:19:22 +0000 (16:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190165 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/LiveInterval.h

index 84323deef83cbe91762b8e413bf4acb4db61fe9d..345f0dddf5b8557862b8f4b8f5ff52d9af94ef78 100644 (file)
@@ -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.