| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -411,7 +411,7 @@ def try_check_compiler(cc, lang): | |||
| 411 | 411 | # | |
| 412 | 412 | # The version of asm compiler is needed for building openssl asm files. | |
| 413 | 413 | # 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 | ||
| 415 | 415 | # https://github.com/openssl/openssl/blob/OpenSSL_1_0_2-stable/crypto/sha/asm/sha512-x86_64.pl#L112-L129 | |
| 416 | 416 | # | |
| 417 | 417 | def get_llvm_version(cc): | |
@@ -483,7 +483,7 @@ def check_compiler(o): | |||
| 483 | 483 | # to a version that is not completely ancient. | |
| 484 | 484 | warn('C compiler too old, need gcc 4.2 or clang 3.2 (CC=%s)' % CC) | |
| 485 | 485 | ||
| 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 | ||
| 487 | 487 | if options.without_ssl or options.openssl_no_asm or options.shared_openssl: | |
| 488 | 488 | return | |
| 489 | 489 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments