Skip to content

Commit 60d8edb

Browse files
author
Viktor Dukhovni
committed
Fix some typos in comments
Reviewed-by: Richard Levitte <levitte@openssl.org>
1 parent 98186eb commit 60d8edb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

crypto/ec/asm/ecp_nistz256-x86.pl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1204,7 +1204,7 @@
12041204

12051205
# above map() describes stack layout with 5 temporary
12061206
# 256-bit vectors on top, then we take extra word for
1207-
# OPENSS_ia32cap_P copy.
1207+
# OPENSSL_ia32cap_P copy.
12081208
&stack_push(8*5+1);
12091209
if ($sse2) {
12101210
&call ("_picup_eax");
@@ -1354,7 +1354,7 @@
13541354
# above map() describes stack layout with 18 temporary
13551355
# 256-bit vectors on top, then we take extra words for
13561356
# !in1infty, !in2infty, result of check for zero and
1357-
# OPENSS_ia32cap_P copy. [one unused word for padding]
1357+
# OPENSSL_ia32cap_P copy. [one unused word for padding]
13581358
&stack_push(8*18+5);
13591359
if ($sse2) {
13601360
&call ("_picup_eax");
@@ -1627,7 +1627,7 @@
16271627

16281628
# above map() describes stack layout with 15 temporary
16291629
# 256-bit vectors on top, then we take extra words for
1630-
# !in1infty, !in2infty, and OPENSS_ia32cap_P copy.
1630+
# !in1infty, !in2infty, and OPENSSL_ia32cap_P copy.
16311631
&stack_push(8*15+3);
16321632
if ($sse2) {
16331633
&call ("_picup_eax");

0 commit comments

Comments
 (0)