From: Lang Hames Date: Tue, 13 Mar 2012 05:43:30 +0000 (+0000) Subject: Fixed typo in comment. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=6fa87df0d6948d9957eb16042b088e9d6e859854;p=oota-llvm.git Fixed typo in comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152610 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/RegisterCoalescer.h b/lib/CodeGen/RegisterCoalescer.h index ef0c5080860..310b933cab9 100644 --- a/lib/CodeGen/RegisterCoalescer.h +++ b/lib/CodeGen/RegisterCoalescer.h @@ -47,7 +47,7 @@ namespace llvm { /// CrossClass - True when both regs are virtual, and newRC is constrained. bool CrossClass; - /// Flipped - True when DstReg and SrcReg are reversed from the oriignal + /// Flipped - True when DstReg and SrcReg are reversed from the original /// copy instruction. bool Flipped;