missed this one
authorGabor Greif <ggreif@gmail.com>
Mon, 9 Jul 2007 12:20:30 +0000 (12:20 +0000)
committerGabor Greif <ggreif@gmail.com>
Mon, 9 Jul 2007 12:20:30 +0000 (12:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38454 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/SimpleRegisterCoalescing.h

index 4c2103c1cd8ebe9766d1fdb782aeac503f53ab83..20bcb89d9a8ab6bee5b22604345510db30924a6b 100644 (file)
@@ -86,7 +86,7 @@ namespace llvm {
     /// joinIntervals - join compatible live intervals
     void joinIntervals();
 
-    /// CopyCoalesceInMBB - Coallesce copies in the specified MBB, putting
+    /// CopyCoalesceInMBB - Coalesce copies in the specified MBB, putting
     /// copies that cannot yet be coalesced into the "TryAgain" list.
     void CopyCoalesceInMBB(MachineBasicBlock *MBB,
                          std::vector<CopyRec> *TryAgain, bool PhysOnly = false);