From 2070088bef1e416bfbc4ee59df0d249bfd2e6de5 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Mon, 31 Mar 2014 18:09:10 +0000 Subject: [PATCH] ARM: fix typo llvm-svn: 205233 --- llvm/lib/Target/ARM/ARMTargetMachine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Target/ARM/ARMTargetMachine.cpp b/llvm/lib/Target/ARM/ARMTargetMachine.cpp index c20672dcec2b..e397a08ef384 100644 --- a/llvm/lib/Target/ARM/ARMTargetMachine.cpp +++ b/llvm/lib/Target/ARM/ARMTargetMachine.cpp @@ -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"; -- 2.34.1