Skip to content

Commit 8335ec7

Browse files
pmq20Fishrock123
authored andcommitted
build: fix some typos inside the configure script
PR-URL: #3016 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
1 parent a366e84 commit 8335ec7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
#
417417
def 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

0 commit comments

Comments
 (0)