Fix spelling typo.
authorJim Grosbach <grosbach@apple.com>
Wed, 15 Sep 2010 19:26:50 +0000 (19:26 +0000)
committerJim Grosbach <grosbach@apple.com>
Wed, 15 Sep 2010 19:26:50 +0000 (19:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114008 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMBaseInfo.h

index 5bda3feeadf537f23090ebb4ac4bf5b492d3395f..c68471f79e756bea76f09bd305acc043cf8dba7e 100644 (file)
@@ -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";