From: Niels Möller Date: Tue, 1 Dec 2020 20:24:39 +0000 (+0100) Subject: Fix comment type X-Git-Tag: nettle_3.7rc1~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94376efa6942215b34b507ed6db921bb8e362f15;p=thirdparty%2Fnettle.git Fix comment type --- diff --git a/powerpc64/p7/chacha-2core.asm b/powerpc64/p7/chacha-2core.asm index 4d4f4906..d5935263 100644 --- a/powerpc64/p7/chacha-2core.asm +++ b/powerpc64/p7/chacha-2core.asm @@ -212,7 +212,7 @@ C Y3 A15 B15 A13 B13 X3 A12 B12 A14 B14 (Y3 swapped) IF_BE(` C Output always stored in little-endian byte order. - C Can reuse S0 and S1 to construct permutation mask mask. + C Can reuse S0 and S1 to construct permutation mask. li r9, 0 lvsl S0, r9, r9 C 00 01 02 03 ... 0c 0d 0e 0f vspltisb S1, 0x03 C 03 03 03 03 ... 03 03 03 03