summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-10-16 06:18:09 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-10-16 06:18:09 +0000
commitb46aea10324263dd63492fc5c1d54800e980c8f8 (patch)
treeff72850a3f3236ed04d8fecdb3915da5bf65e055 /lib
parentd3dd50fec00fbbb76edbfaff4d613f1248d21c9e (diff)
downloadllvm-b46aea10324263dd63492fc5c1d54800e980c8f8.tar.gz
llvm-b46aea10324263dd63492fc5c1d54800e980c8f8.tar.bz2
llvm-b46aea10324263dd63492fc5c1d54800e980c8f8.tar.xz
I am no spelling bee.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84250 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/ARM/ARMSubtarget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMSubtarget.cpp b/lib/Target/ARM/ARMSubtarget.cpp
index e4396d01fe..5af95c33b9 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;