From: Jim Grosbach Date: Wed, 15 Sep 2010 19:26:50 +0000 (+0000) Subject: Fix spelling typo. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8b7fa198c352993c406b756c84531e33fe1b49eb;p=oota-llvm.git Fix spelling typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114008 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMBaseInfo.h b/lib/Target/ARM/ARMBaseInfo.h index 5bda3feeadf..c68471f79e7 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";