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 | 2b48b5557a8e29c043f038e31b1cda595840e2e3 (patch) | |
tree | 26e214f6c6da7cae46c4326b821888f5c7f44a75 /llvm | |
parent | 91fbd8f86e2a6b2203de2856231883916cc71619 (diff) | |
download | bcm5719-llvm-2b48b5557a8e29c043f038e31b1cda595840e2e3.tar.gz bcm5719-llvm-2b48b5557a8e29c043f038e31b1cda595840e2e3.zip |
Fix spelling typo.
llvm-svn: 114008
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/lib/Target/ARM/ARMBaseInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMBaseInfo.h b/llvm/lib/Target/ARM/ARMBaseInfo.h index 5bda3feeadf..c68471f79e7 100644 --- a/llvm/lib/Target/ARM/ARMBaseInfo.h +++ b/llvm/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"; |