summaryrefslogtreecommitdiffstats
path: root/engines/asm
diff options
context:
space:
mode:
authorMartin Olsson <martin@minimum.se>2014-08-19 10:42:52 -0400
committerRich Salz <rsalz@akamai.com>2014-08-19 11:09:33 -0400
commit1afd7fa97c5445b18ce8afe6f81b932b2c217a5f (patch)
tree439f102d784907909ba705e030e852f7f728bc8b /engines/asm
parent0df043f608047020740b1b5777c4f12741dc2104 (diff)
RT2513: Fix typo's paramter-->parameter
I also found a couple of others (padlock and signinit) and fixed them. Reviewed-by: Emilia Kasper <emilia@openssl.org>
Diffstat (limited to 'engines/asm')
-rw-r--r--engines/asm/e_padlock-x86_64.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/asm/e_padlock-x86_64.pl b/engines/asm/e_padlock-x86_64.pl
index f8ba1e909f..07c0a6d084 100644
--- a/engines/asm/e_padlock-x86_64.pl
+++ b/engines/asm/e_padlock-x86_64.pl
@@ -377,7 +377,7 @@ $code.=<<___ if ($mode eq "ctr32");
.L${mode}_no_carry:
___
$code.=<<___;
- mov %r8,$out # restore paramters
+ mov %r8,$out # restore parameters
mov %r11,$chunk
test \$0x0f,$out
jz .L${mode}_out_aligned
@@ -485,7 +485,7 @@ $code.=<<___ if ($mode eq "ctr32");
bswap %eax
mov %eax,-4($ctx)
- mov %r10,$len # restore paramters
+ mov %r10,$len # restore parameters
sub %r11,$len
mov \$`16*0x10000`,$chunk
jz .L${mode}_exit