The branch master has been updated
       via  7e12cdb52e3f4beff050caeecf3634870bb9a7c4 (commit)
      from  7c120357e5ef434c8a7d1d1c3ba4f2a33266374e (commit)


- Log -----------------------------------------------------------------
commit 7e12cdb52e3f4beff050caeecf3634870bb9a7c4
Author: FdaSilvaYY <fdasilv...@gmail.com>
Date:   Tue Feb 7 00:05:06 2017 +0100

    Fix a few typos
    [skip ci]
    
    Reviewed-by: Richard Levitte <levi...@openssl.org>
    Reviewed-by: Rich Salz <rs...@openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/2571)

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

Summary of changes:
 crypto/perlasm/README          | 6 +++---
 crypto/perlasm/x86_64-xlate.pl | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/crypto/perlasm/README b/crypto/perlasm/README
index 2c8435c..e90bd8e 100644
--- a/crypto/perlasm/README
+++ b/crypto/perlasm/README
@@ -7,7 +7,7 @@ and then include it.
 push(@INC,"perlasm","../../perlasm");
 require "x86asm.pl";
 
-The first thing we do is setup the file and type of assember
+The first thing we do is setup the file and type of assembler
 
 &asm_init($ARGV[0],$0);
 
@@ -18,7 +18,7 @@ Argument 2 is the file name.
 The reciprocal function is
 &asm_finish() which should be called at the end.
 
-There are 2 main 'packages'. x86ms.pl, which is the microsoft assembler,
+There are 2 main 'packages'. x86ms.pl, which is the Microsoft assembler,
 and x86unix.pl which is the unix (gas) version.
 
 Functions of interest are:
@@ -32,7 +32,7 @@ Functions of interest are:
 &function_begin(name,extra)    Start a function with pushing of
                                edi, esi, ebx and ebp.  extra is extra win32
                                external info that may be required.
-&function_begin_B(name,extra)  Same as norma function_begin but no pushing.
+&function_begin_B(name,extra)  Same as normal function_begin but no pushing.
 &function_end(name)            Call at end of function.
 &function_end_A(name)          Standard pop and ret, for use inside functions
 &function_end_B(name)          Call at end but with poping or 'ret'.
diff --git a/crypto/perlasm/x86_64-xlate.pl b/crypto/perlasm/x86_64-xlate.pl
index 1edea05..b612c21 100755
--- a/crypto/perlasm/x86_64-xlate.pl
+++ b/crypto/perlasm/x86_64-xlate.pl
@@ -437,7 +437,7 @@ my %globals;
        }
     }
 }
-{ package expr;                # pick up expressioins
+{ package expr;                # pick up expressions
     sub re {
        my      ($class, $line, $opcode) = @_;
        my      $self = {};
@@ -1245,7 +1245,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