From 478b50cf67d6a91fdcd584cff57c58b7e863055d Mon Sep 17 00:00:00 2001 From: Veres Lajos Date: Thu, 13 Jun 2013 00:22:32 +0100 Subject: misspellings fixes by https://github.com/vlajos/misspell_fixer --- crypto/perlasm/readme | 2 +- crypto/perlasm/sparcv9_modes.pl | 2 +- crypto/perlasm/x86_64-xlate.pl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'crypto/perlasm') diff --git a/crypto/perlasm/readme b/crypto/perlasm/readme index f02bbee75a..2c8435cbe3 100644 --- a/crypto/perlasm/readme +++ b/crypto/perlasm/readme @@ -1,5 +1,5 @@ The perl scripts in this directory are my 'hack' to generate -multiple different assembler formats via the one origional script. +multiple different assembler formats via the one original script. The way to use this library is to start with adding the path to this directory and then include it. diff --git a/crypto/perlasm/sparcv9_modes.pl b/crypto/perlasm/sparcv9_modes.pl index a13ffcec2d..75ed1ac12b 100644 --- a/crypto/perlasm/sparcv9_modes.pl +++ b/crypto/perlasm/sparcv9_modes.pl @@ -1376,7 +1376,7 @@ ___ # Purpose of these subroutines is to explicitly encode VIS instructions, # so that one can compile the module without having to specify VIS -# extentions on compiler command line, e.g. -xarch=v9 vs. -xarch=v9a. +# extensions on compiler command line, e.g. -xarch=v9 vs. -xarch=v9a. # Idea is to reserve for option to produce "universal" binary and let # programmer detect if current CPU is VIS capable at run-time. sub unvis { diff --git a/crypto/perlasm/x86_64-xlate.pl b/crypto/perlasm/x86_64-xlate.pl index a2d870bb43..85ffc7571c 100755 --- a/crypto/perlasm/x86_64-xlate.pl +++ b/crypto/perlasm/x86_64-xlate.pl @@ -1092,7 +1092,7 @@ close STDOUT; # .rva .LSEH_end_function # .rva function_unwind_info # -# Reference to functon_unwind_info from .xdata segment is the anchor. +# Reference to function_unwind_info from .xdata segment is the anchor. # In case you wonder why references are 32-bit .rvas and not 64-bit # .quads. References put into these two segments are required to be # *relative* to the base address of the current binary module, a.k.a. -- cgit v1.2.3