summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2010-08-27 21:56:59 +0000
committerBob Wilson <bob.wilson@apple.com>2010-08-27 21:56:59 +0000
commitdbb350a5c73a7f205335685d17db42b120193e57 (patch)
tree051b1b5c68e9e94812563993569f2c4e5b3690a4 /utils
parent3d38e8364a542abab6ca3d3aed658cf60d3112b4 (diff)
downloadllvm-dbb350a5c73a7f205335685d17db42b120193e57.tar.gz
llvm-dbb350a5c73a7f205335685d17db42b120193e57.tar.bz2
llvm-dbb350a5c73a7f205335685d17db42b120193e57.tar.xz
Fix a comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112302 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/TableGen/ARMDecoderEmitter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/ARMDecoderEmitter.cpp b/utils/TableGen/ARMDecoderEmitter.cpp
index 8d4f6cde4c..03b01f6bdb 100644
--- a/utils/TableGen/ARMDecoderEmitter.cpp
+++ b/utils/TableGen/ARMDecoderEmitter.cpp
@@ -1583,7 +1583,7 @@ bool ARMDecoderEmitter::ARMDEBackend::populateInstruction(
Name == "MOVr_TC")
return false;
- // VLDMQ/VSTMQ can be hanlded with the more generic VLDMD/VSTMD.
+ // VLDMQ/VSTMQ can be handled with the more generic VLDMD/VSTMD.
if (Name == "VLDMQ" || Name == "VLDMQ_UPD" ||
Name == "VSTMQ" || Name == "VSTMQ_UPD")
return false;