From 94376efa6942215b34b507ed6db921bb8e362f15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Tue, 1 Dec 2020 21:24:39 +0100 Subject: Fix comment type --- powerpc64/p7/chacha-2core.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1