We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a366e84 commit 8335ec7Copy full SHA for 8335ec7
1 file changed
configure
@@ -411,7 +411,7 @@ def try_check_compiler(cc, lang):
411
#
412
# The version of asm compiler is needed for building openssl asm files.
413
# See deps/openssl/openssl.gypi for detail.
414
-# Commands and reglar expressions to obtain its version number is taken from
+# Commands and regular expressions to obtain its version number are taken from
415
# https://github.com/openssl/openssl/blob/OpenSSL_1_0_2-stable/crypto/sha/asm/sha512-x86_64.pl#L112-L129
416
417
def get_llvm_version(cc):
@@ -483,7 +483,7 @@ def check_compiler(o):
483
# to a version that is not completely ancient.
484
warn('C compiler too old, need gcc 4.2 or clang 3.2 (CC=%s)' % CC)
485
486
- # Need llvm_version or gas_version when openssl asm files are compiled
+ # Need llvm_version or gas_version when openssl asm files are compiled
487
if options.without_ssl or options.openssl_no_asm or options.shared_openssl:
488
return
489
0 commit comments