build: fix some typos inside the configure script
authorP.S.V.R <pmq2001@gmail.com>
Wed, 23 Sep 2015 04:48:38 +0000 (12:48 +0800)
committerJeremiah Senkpiel <fishrock123@rocketmail.com>
Fri, 25 Sep 2015 05:09:44 +0000 (22:09 -0700)
PR-URL: https://github.com/nodejs/node/pull/3016
Reviewed-By: Michaƫl Zasso <mic.besace@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
configure

index 0bfaf78..3d2e94c 100755 (executable)
--- a/configure
+++ b/configure
@@ -411,7 +411,7 @@ def try_check_compiler(cc, lang):
 #
 # The version of asm compiler is needed for building openssl asm files.
 # See deps/openssl/openssl.gypi for detail.
-# Commands and reglar expressions to obtain its version number is taken from
+# Commands and regular expressions to obtain its version number are taken from
 # https://github.com/openssl/openssl/blob/OpenSSL_1_0_2-stable/crypto/sha/asm/sha512-x86_64.pl#L112-L129
 #
 def get_llvm_version(cc):
@@ -483,7 +483,7 @@ def check_compiler(o):
     # to a version that is not completely ancient.
     warn('C compiler too old, need gcc 4.2 or clang 3.2 (CC=%s)' % CC)
 
-    # Need llvm_version or gas_version when openssl asm files are compiled
+  # Need llvm_version or gas_version when openssl asm files are compiled
   if options.without_ssl or options.openssl_no_asm or options.shared_openssl:
     return