Fixed typo in comment.
[oota-llvm.git] / 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;