From: Evan Cheng Date: Fri, 16 Oct 2009 06:18:09 +0000 (+0000) Subject: I am no spelling bee. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b46aea10324263dd63492fc5c1d54800e980c8f8;p=oota-llvm.git I am no spelling bee. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84250 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMSubtarget.cpp b/lib/Target/ARM/ARMSubtarget.cpp index e4396d01fed..5af95c33b93 100644 --- a/lib/Target/ARM/ARMSubtarget.cpp +++ b/lib/Target/ARM/ARMSubtarget.cpp @@ -103,7 +103,7 @@ ARMSubtarget::ARMSubtarget(const std::string &TT, const std::string &FS, // Set CPU specific features. if (CPUString == "cortex-a8") { - // On Cortext-a8, it's faster to perform some single-precision FP + // On Cortex-a8, it's faster to perform some single-precision FP // operations with NEON instructions. if (UseNEONFP.getPosition() == 0) UseNEONForSinglePrecisionFP = true;