Fixed typo in comment.
authorLang Hames <lhames@gmail.com>
Tue, 13 Mar 2012 05:43:30 +0000 (05:43 +0000)
committerLang Hames <lhames@gmail.com>
Tue, 13 Mar 2012 05:43:30 +0000 (05:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152610 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/RegisterCoalescer.h

index ef0c5080860452af361e6d5dbac90c0b64094d06..310b933cab9b9305850083751c98b486aac98633 100644 (file)
@@ -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;