From: Lang Hames Date: Tue, 17 Jan 2012 00:39:29 +0000 (+0000) Subject: Fix typo in comment. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e02a17c4efb843b8627f3d819c62f88a7f2fb457;p=oota-llvm.git Fix typo in comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148268 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/RegisterCoalescer.cpp b/lib/CodeGen/RegisterCoalescer.cpp index bb5e65e8aa5..4ed254a9987 100644 --- a/lib/CodeGen/RegisterCoalescer.cpp +++ b/lib/CodeGen/RegisterCoalescer.cpp @@ -1279,7 +1279,7 @@ bool RegisterCoalescer::JoinCopy(MachineInstr *CopyMI, bool &Again) { } } - // SrcReg is guarateed to be the register whose live interval that is + // SrcReg is guaranteed to be the register whose live interval that is // being merged. LIS->removeInterval(CP.getSrcReg());