From da0c7933cfce8fac716f378bd50cb8236a58cae0 Mon Sep 17 00:00:00 2001 From: Alp Toker Date: Sat, 31 May 2014 21:26:28 +0000 Subject: Fix typos llvm-svn: 209982 --- llvm/lib/Support/Host.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Support/Host.cpp') 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 &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; -- cgit v1.2.3