summaryrefslogtreecommitdiff
path: root/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
commit4a0555250d85f2da6f26881ae9c15bcdb49b1d98 (patch)
tree6aec4afeae579e478c872d6d0e6ee0deb12acf43 /lib/Support
parentef10f995028c05c2df615eaca4b0bf6017e1ad66 (diff)
downloadllvm-4a0555250d85f2da6f26881ae9c15bcdb49b1d98.tar.gz
llvm-4a0555250d85f2da6f26881ae9c15bcdb49b1d98.tar.bz2
llvm-4a0555250d85f2da6f26881ae9c15bcdb49b1d98.tar.xz
Fix typos
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209982 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support')
-rw-r--r--lib/Support/Host.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Support/Host.cpp b/lib/Support/Host.cpp
index fd0472ee2f..ce0a3b6bed 100644
--- a/lib/Support/Host.cpp
+++ b/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;