Remove support for runtime multi-threading.
[oota-llvm.git] / lib / Support / Host.cpp
index fd0472ee2f75c470cc9f8a885e8c0af287b360a6..ce0a3b6bed77a57d797b6b96da82c7f32e6e260b 100644 (file)
@@ -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;