diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2015-07-17 20:27:37 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2015-07-17 20:27:37 +0000 |
commit | 4c1a4447f304defc876bd01986aa482c88c9df24 (patch) | |
tree | 4457b32de1ab883d45ee1033a5578ff3fa02b4d1 /lib | |
parent | 031300ee5e91623e0cfc78c034eb311691e11eed (diff) |
extenstion -> extension
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/aes/asm/aesni-x86.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/aes/asm/aesni-x86.pl b/lib/libcrypto/aes/asm/aesni-x86.pl index 3dc345b585f..8c1d0b5bed2 100644 --- a/lib/libcrypto/aes/asm/aesni-x86.pl +++ b/lib/libcrypto/aes/asm/aesni-x86.pl @@ -74,7 +74,7 @@ $inout3="xmm5"; $in1="xmm5"; $inout4="xmm6"; $in0="xmm6"; $inout5="xmm7"; $ivec="xmm7"; -# AESNI extenstion +# AESNI extension sub aeskeygenassist { my($dst,$src,$imm)=@_; if ("$dst:$src" =~ /xmm([0-7]):xmm([0-7])/) |