summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2012-09-18 01:13:36 +0000
committerCraig Topper <craig.topper@gmail.com>2012-09-18 01:13:36 +0000
commitbe480ff607285157361a100e72ac5ed84ccce328 (patch)
tree8740c13aa2bb553c026342d646e0e385819118a4 /utils
parent222d6192adeba434d64893de920bd72c36f7e8c8 (diff)
downloadllvm-be480ff607285157361a100e72ac5ed84ccce328.tar.gz
llvm-be480ff607285157361a100e72ac5ed84ccce328.tar.bz2
llvm-be480ff607285157361a100e72ac5ed84ccce328.tar.xz
Fix typo in comment. No functional change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164086 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/TableGen/AsmMatcherEmitter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/AsmMatcherEmitter.cpp b/utils/TableGen/AsmMatcherEmitter.cpp
index d14e8cc2a8..40c736c4fd 100644
--- a/utils/TableGen/AsmMatcherEmitter.cpp
+++ b/utils/TableGen/AsmMatcherEmitter.cpp
@@ -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:
//