diff options
author | Viktor Dukhovni <openssl-users@dukhovni.org> | 2016-01-06 21:28:39 +0100 |
---|---|---|
committer | Viktor Dukhovni <openssl-users@dukhovni.org> | 2016-01-08 02:53:23 +0100 |
commit | 60d8edbc0982cc910a1edcb43cf318dc2c7c08cf (patch) | |
tree | 4da8a5d1c653381df1a674e885a556a7a3bf9f86 /crypto | |
parent | Backwards-compatibility subject to OPENSSL_API_COMPAT (diff) | |
download | openssl-60d8edbc0982cc910a1edcb43cf318dc2c7c08cf.tar.xz openssl-60d8edbc0982cc910a1edcb43cf318dc2c7c08cf.zip |
Fix some typos in comments
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto')
-rwxr-xr-x | crypto/ec/asm/ecp_nistz256-x86.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/ec/asm/ecp_nistz256-x86.pl b/crypto/ec/asm/ecp_nistz256-x86.pl index b0daf151a5..421ac0b34d 100755 --- a/crypto/ec/asm/ecp_nistz256-x86.pl +++ b/crypto/ec/asm/ecp_nistz256-x86.pl @@ -1204,7 +1204,7 @@ for ($i=0;$i<7;$i++) { # above map() describes stack layout with 5 temporary # 256-bit vectors on top, then we take extra word for - # OPENSS_ia32cap_P copy. + # OPENSSL_ia32cap_P copy. &stack_push(8*5+1); if ($sse2) { &call ("_picup_eax"); @@ -1354,7 +1354,7 @@ for ($i=0;$i<7;$i++) { # above map() describes stack layout with 18 temporary # 256-bit vectors on top, then we take extra words for # !in1infty, !in2infty, result of check for zero and - # OPENSS_ia32cap_P copy. [one unused word for padding] + # OPENSSL_ia32cap_P copy. [one unused word for padding] &stack_push(8*18+5); if ($sse2) { &call ("_picup_eax"); @@ -1627,7 +1627,7 @@ for ($i=0;$i<7;$i++) { # above map() describes stack layout with 15 temporary # 256-bit vectors on top, then we take extra words for - # !in1infty, !in2infty, and OPENSS_ia32cap_P copy. + # !in1infty, !in2infty, and OPENSSL_ia32cap_P copy. &stack_push(8*15+3); if ($sse2) { &call ("_picup_eax"); |