Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@chromium.org>2015-10-24 01:22:09 +0300
committerAdam Langley <alangley@gmail.com>2015-10-26 20:48:24 +0300
commit9f6b5266d98cb08e47b7a7035f833e2eb2b01f73 (patch)
treede568f42a01f1034983ca4d8ab331c97c7b2bed0 /crypto/aes
parent036152e6a550ccb929310b1f6f4c161fb80284fa (diff)
Fix typo.
(Imported from upstream's ec3a7c9b3729cd45c550222556100666aedc5bbc.) Change-Id: I9f281fc03e6ece628d46344cf2c0850dd3bcd703 Reviewed-on: https://boringssl-review.googlesource.com/6343 Reviewed-by: Adam Langley <alangley@gmail.com>
Diffstat (limited to 'crypto/aes')
-rw-r--r--crypto/aes/asm/aesni-x86.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/aes/asm/aesni-x86.pl b/crypto/aes/asm/aesni-x86.pl
index f67df8cf..9b2e37aa 100644
--- a/crypto/aes/asm/aesni-x86.pl
+++ b/crypto/aes/asm/aesni-x86.pl
@@ -88,7 +88,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])/)