The branch OpenSSL_1_0_2-stable has been updated
       via  9b9f8315dc3b205e19f04565efe54fbac62f9a30 (commit)
      from  b70dc3a66d168b0f136a6edf50239df6e13abdac (commit)


- Log -----------------------------------------------------------------
commit 9b9f8315dc3b205e19f04565efe54fbac62f9a30
Author: FdaSilvaYY <[email protected]>
Date:   Tue Feb 7 00:05:06 2017 +0100

    Fix a few typos
    
    Reviewed-by: Richard Levitte <[email protected]>
    Reviewed-by: Rich Salz <[email protected]>
    (Merged from https://github.com/openssl/openssl/pull/2571)
    (cherry picked from commit 7e12cdb52e3f4beff050caeecf3634870bb9a7c4)

-----------------------------------------------------------------------

Summary of changes:
 crypto/perlasm/x86_64-xlate.pl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/crypto/perlasm/x86_64-xlate.pl b/crypto/perlasm/x86_64-xlate.pl
index b7ae40b..625f95c 100755
--- a/crypto/perlasm/x86_64-xlate.pl
+++ b/crypto/perlasm/x86_64-xlate.pl
@@ -414,7 +414,7 @@ my %globals;
        }
     }
 }
-{ package expr;                # pick up expressioins
+{ package expr;                # pick up expressions
     sub re {
        my      $self = shift;  # single instance is enough...
        local   *line = shift;
@@ -977,7 +977,7 @@ close STDOUT;
 # the area above user stack pointer in true asynchronous manner...
 #
 # All the above means that if assembler programmer adheres to Unix
-# register and stack layout, but disregards the "red zone" existense,
+# register and stack layout, but disregards the "red zone" existence,
 # it's possible to use following prologue and epilogue to "gear" from
 # Unix to Win64 ABI in leaf functions with not more than 6 arguments.
 #
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to