Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8335ec7

Browse filesBrowse files
pmq20Fishrock123
authored andcommitted
build: fix some typos inside the configure script
PR-URL: #3016 Reviewed-By: Michaël Zasso <mic.besace@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io>
1 parent a366e84 commit 8335ec7
Copy full SHA for 8335ec7

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎configure‎

Copy file name to clipboardExpand all lines: configure
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.