Fixed typo in comment.

llvm-svn: 152610
This commit is contained in:
Lang Hames 2012-03-13 05:43:30 +00:00
parent 77682009bc
commit 19d04fbc96

View 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;