Fixed typo in comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152610 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Lang Hames 2012-03-13 05:43:30 +00:00
parent 5b8f0ddc7e
commit 6fa87df0d6

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;