ARM: fix typo
authorSaleem Abdulrasool <compnerd@compnerd.org>
Mon, 31 Mar 2014 18:09:10 +0000 (18:09 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Mon, 31 Mar 2014 18:09:10 +0000 (18:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205233 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMTargetMachine.cpp

index c20672dcec2b13cdb663837bdd7813268f1a257d..e397a08ef3845b79f553f6f98d5049828827d8a1 100644 (file)
@@ -87,7 +87,7 @@ static std::string computeDataLayout(ARMSubtarget &ST) {
   if (ST.isThumb())
     Ret += "-i1:8:32-i8:8:32-i16:16:32";
 
-  // ABIs other than APC have 64 bit integers with natural alignment.
+  // ABIs other than APCS have 64 bit integers with natural alignment.
   if (!ST.isAPCS_ABI())
     Ret += "-i64:64";