Fix a few typos
authorFdaSilvaYY <fdasilvayy@gmail.com>
Mon, 6 Feb 2017 23:05:06 +0000 (00:05 +0100)
committerRich Salz <rsalz@openssl.org>
Tue, 14 Feb 2017 20:57:09 +0000 (15:57 -0500)
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2571)
(cherry picked from commit 7e12cdb52e3f4beff050caeecf3634870bb9a7c4)

crypto/perlasm/x86_64-xlate.pl

index b7ae40b4dbfa98b3c1ef196d302f90dffa3380a2..625f95cd3c3eb8259b470298a833b49c0cfbc2d6 100755 (executable)
@@ -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.
 #