commit | dbb350a5c73a7f205335685d17db42b120193e57 | [log] [tgz] |
---|---|---|
author | Bob Wilson <bob.wilson@apple.com> | Fri Aug 27 21:56:59 2010 +0000 |
committer | Bob Wilson <bob.wilson@apple.com> | Fri Aug 27 21:56:59 2010 +0000 |
tree | 051b1b5c68e9e94812563993569f2c4e5b3690a4 | |
parent | 3d38e8364a542abab6ca3d3aed658cf60d3112b4 [diff] [blame] |
Fix a comment typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112302 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/TableGen/ARMDecoderEmitter.cpp b/utils/TableGen/ARMDecoderEmitter.cpp index 8d4f6cd..03b01f6 100644 --- a/utils/TableGen/ARMDecoderEmitter.cpp +++ b/utils/TableGen/ARMDecoderEmitter.cpp
@@ -1583,7 +1583,7 @@ 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;