]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
nits: fix a few typo in template code
authorFdaSilvaYY <fdasilvayy@gmail.com>
Sun, 6 May 2018 15:50:23 +0000 (17:50 +0200)
committerPauli <pauli@openssl.org>
Tue, 13 Apr 2021 23:31:49 +0000 (09:31 +1000)
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14806)

Configurations/common.tmpl
Configurations/descrip.mms.tmpl
Configurations/unix-Makefile.tmpl

index e25a61fbedc16bb879e04fbef9acaa154488dfb2..32190352aab16c688bcc748835abfc2486e3f9d1 100644 (file)
      $cache{$bin} = 1;
  }
 
- # dobin is responsible for building scripts from templates.  It will
+ # doscript is responsible for building scripts from templates.  It will
  # call in2script.
  sub doscript {
      my $script = shift;
index a3b3a44785f012b83c4b8e2d68f836b234f80eb7..efc0224eccb7f6141c440dd5f1d49f67c6647d02 100644 (file)
@@ -764,7 +764,7 @@ reconfigure reconf :
   # To resolve 2, we need to have a variable that will hold the whole
   # inclusion qualifier, or be the empty string if there are no inclusion
   # directories.  That's the symbol 'qual_includes' that's used in CPPFLAGS
-  # To resolve 3, we creata a logical name TMP_INCLUDES: to hold the list
+  # To resolve 3, we create a logical name TMP_INCLUDES: to hold the list
   # of inclusion directories.
   #
   # This function returns a list of two lists, one being the collection of
@@ -1233,7 +1233,7 @@ EOF
       # bar.obj happens to have a symbol that also exists in libsomething.exe,
       # the linker will warn about it, loudly, and will then choose to pick
       # the first copy encountered (the one in bar.obj in this example).
-      # On Unix and on Windows, the corresponding maneuvre goes through
+      # On Unix and on Windows, the corresponding maneuver goes through
       # silently with the same effect.
       # With some test programs, made for checking the internals of OpenSSL,
       # we do this kind of linking deliberately, picking a few specific object
index 1ff418c4c627108f31074fbc3c497bcee5a3520b..c04271c4686668920fec17c574862f75e69dd2bf 100644 (file)
@@ -1508,7 +1508,7 @@ $obj: $deps
        $cmd $cmdflags -c -o \$\@ $srcs
 EOF
       } elsif (grep /\.S$/, @srcs) {
-          # Originally there was mutli-step rule with $(CC) -E file.S
+          # Originally there was multi-step rule with $(CC) -E file.S
           # followed by $(CC) -c file.s. It compensated for one of
           # legacy platform compiler's inability to handle .S files.
           # The platform is long discontinued by vendor so there is