OSDN Git Service

Fix typo in comment. No functional change.
authorCraig Topper <craig.topper@gmail.com>
Tue, 18 Sep 2012 01:13:36 +0000 (01:13 +0000)
committerCraig Topper <craig.topper@gmail.com>
Tue, 18 Sep 2012 01:13:36 +0000 (01:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164086 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/AsmMatcherEmitter.cpp

index d14e8cc..40c736c 100644 (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:
 //