Fix typo in comment. No functional change.

llvm-svn: 164086
This commit is contained in:
Craig Topper 2012-09-18 01:13:36 +00:00
parent e628d655cf
commit 5f44668251

View File

@ -77,7 +77,7 @@
//
// Some targets need a custom way to parse operands, some specific instructions
// can contain arguments that can represent processor flags and other kinds of
// identifiers that need to be mapped to specific valeus in the final encoded
// identifiers that need to be mapped to specific values in the final encoded
// instructions. The target specific custom operand parsing works in the
// following way:
//