Fixed typo in comment.

llvm-svn: 152610
This commit is contained in:
Lang Hames 2012-03-13 05:43:30 +00:00
parent 2bd636f589
commit fdb00ea27d
1 changed files with 1 additions and 1 deletions

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;