[llvm-commits] [llvm] r164086 - /llvm/trunk/utils/TableGen/AsmMatcherEmitter.cpp

Craig Topper craig.topper at gmail.com
Mon Sep 17 18:13:36 PDT 2012


Author: ctopper
Date: Mon Sep 17 20:13:36 2012
New Revision: 164086

URL: http://llvm.org/viewvc/llvm-project?rev=164086&view=rev
Log:
Fix typo in comment. No functional change.

Modified:
    llvm/trunk/utils/TableGen/AsmMatcherEmitter.cpp

Modified: llvm/trunk/utils/TableGen/AsmMatcherEmitter.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/TableGen/AsmMatcherEmitter.cpp?rev=164086&r1=164085&r2=164086&view=diff
==============================================================================
--- llvm/trunk/utils/TableGen/AsmMatcherEmitter.cpp (original)
+++ llvm/trunk/utils/TableGen/AsmMatcherEmitter.cpp Mon Sep 17 20:13:36 2012
@@ -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:
 //





More information about the llvm-commits mailing list