summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2014-05-31 21:26:28 +0000
committerAlp Toker <alp@nuanti.com>2014-05-31 21:26:28 +0000
commitda0c7933cfce8fac716f378bd50cb8236a58cae0 (patch)
tree65605a5ff187a6d7e2c85a7bb2f321f98df71ca2 /llvm/lib/Support
parent322db9ea39a8e7eff225828d9c10091e5d8ffe16 (diff)
downloadbcm5719-llvm-da0c7933cfce8fac716f378bd50cb8236a58cae0.tar.gz
bcm5719-llvm-da0c7933cfce8fac716f378bd50cb8236a58cae0.zip
Fix typos
llvm-svn: 209982
Diffstat (limited to 'llvm/lib/Support')
-rw-r--r--llvm/lib/Support/Host.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/Host.cpp b/llvm/lib/Support/Host.cpp
index fd0472ee2f7..ce0a3b6bed7 100644
--- a/llvm/lib/Support/Host.cpp
+++ b/llvm/lib/Support/Host.cpp
@@ -744,7 +744,7 @@ bool sys::getHostCPUFeatures(StringMap<bool> &Features) {
.Default("");
#if defined(__aarch64__)
- // We need to check crypto seperately since we need all of the crypto
+ // We need to check crypto separately since we need all of the crypto
// extensions to enable the subtarget feature
if (CPUFeatures[I] == "aes")
crypto |= CAP_AES;
OpenPOWER on IntegriCloud