diff options
author | Veres Lajos <vlajos@gmail.com> | 2013-06-13 01:22:32 +0200 |
---|---|---|
committer | Ben Laurie <ben@links.org> | 2013-09-05 22:39:42 +0200 |
commit | 478b50cf67d6a91fdcd584cff57c58b7e863055d (patch) | |
tree | 2503e85a768e8bde5edace29c80222b47ea1f0ea /crypto/md5/asm | |
parent | Clean up layout. (diff) | |
download | openssl-478b50cf67d6a91fdcd584cff57c58b7e863055d.tar.xz openssl-478b50cf67d6a91fdcd584cff57c58b7e863055d.zip |
misspellings fixes by https://github.com/vlajos/misspell_fixer
Diffstat (limited to 'crypto/md5/asm')
-rw-r--r-- | crypto/md5/asm/md5-sparcv9.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/md5/asm/md5-sparcv9.pl b/crypto/md5/asm/md5-sparcv9.pl index 407da3c1b0..47a66c584e 100644 --- a/crypto/md5/asm/md5-sparcv9.pl +++ b/crypto/md5/asm/md5-sparcv9.pl @@ -371,7 +371,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 { |