summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-09-15 19:26:50 +0000
committerJim Grosbach <grosbach@apple.com>2010-09-15 19:26:50 +0000
commit2b48b5557a8e29c043f038e31b1cda595840e2e3 (patch)
tree26e214f6c6da7cae46c4326b821888f5c7f44a75
parent91fbd8f86e2a6b2203de2856231883916cc71619 (diff)
downloadbcm5719-llvm-2b48b5557a8e29c043f038e31b1cda595840e2e3.tar.gz
bcm5719-llvm-2b48b5557a8e29c043f038e31b1cda595840e2e3.zip
Fix spelling typo.
llvm-svn: 114008
-rw-r--r--llvm/lib/Target/ARM/ARMBaseInfo.h2
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";
OpenPOWER on IntegriCloud