File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -411,7 +411,7 @@ def try_check_compiler(cc, lang):
411411#
412412# The version of asm compiler is needed for building openssl asm files.
413413# See deps/openssl/openssl.gypi for detail.
414- # Commands and reglar expressions to obtain its version number is taken from
414+ # Commands and regular expressions to obtain its version number are taken from
415415# https://github.com/openssl/openssl/blob/OpenSSL_1_0_2-stable/crypto/sha/asm/sha512-x86_64.pl#L112-L129
416416#
417417def get_llvm_version (cc ):
@@ -483,7 +483,7 @@ def check_compiler(o):
483483 # to a version that is not completely ancient.
484484 warn ('C compiler too old, need gcc 4.2 or clang 3.2 (CC=%s)' % CC )
485485
486- # Need llvm_version or gas_version when openssl asm files are compiled
486+ # Need llvm_version or gas_version when openssl asm files are compiled
487487 if options .without_ssl or options .openssl_no_asm or options .shared_openssl :
488488 return
489489
You can’t perform that action at this time.
0 commit comments