Skip to content

Commit ec3257c

Browse files
committed
Fix some spelling.
1 parent f30ecb8 commit ec3257c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

crypto/poly1305/asm/poly1305-armv8-sve2.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
115115
// --- poly1305_sw_2_26 ---
116116
// Performs conversion of 3 base2_44 to 5 base2_26 scalars and
117-
// stores them in memory at adresses [x5], [x5,#26], [x5,#56],
117+
// stores them in memory at addresses [x5], [x5,#26], [x5,#56],
118118
// [x5,#84] and [x5,#112].
119119
//
120120
// This is a leaf function and does not modify stack.
@@ -851,7 +851,7 @@
851851
// 1. If vl==2 - skip to Last_reduce_sve2
852852
// 2. calculate product with r^{vl/2} -> ACC{0-4}
853853
// 3. lazy reduction -> H{0-4}
854-
// 4. upper half of vectors (INlo{0-4}) is copied to lower halfs
854+
// 4. upper half of vectors (INlo{0-4}) is copied to lower halves
855855
// 5. If vl/2==2 - go to Last_reduce_sve2
856856
// 6. continue with 2.
857857
// NB: this part is skipped for 128-bit case (vl==2)

0 commit comments

Comments
 (0)