diff options
author | Jim Grosbach <grosbach@apple.com> | 2010-09-15 19:26:50 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2010-09-15 19:26:50 +0000 |
commit | 8b7fa198c352993c406b756c84531e33fe1b49eb (patch) | |
tree | 412bae971fad7f94de1c94d33c2a72ec4ac83d97 | |
parent | 754578b56518d57c28cd439a6dab2b75865e6746 (diff) |
Fix spelling typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114008 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/ARM/ARMBaseInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMBaseInfo.h b/lib/Target/ARM/ARMBaseInfo.h index 5bda3feead..c68471f79e 100644 --- a/lib/Target/ARM/ARMBaseInfo.h +++ b/lib/Target/ARM/ARMBaseInfo.h @@ -100,7 +100,7 @@ namespace ARM_MB { inline static const char *MemBOptToString(unsigned val) { switch (val) { - default: llvm_unreachable("Unknown memory opetion"); + default: llvm_unreachable("Unknown memory operation"); case ST: return "st"; case ISH: return "ish"; case ISHST: return "ishst"; |