summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2020-12-01 21:24:39 +0100
committerNiels Möller <nisse@lysator.liu.se>2020-12-01 21:24:39 +0100
commit94376efa6942215b34b507ed6db921bb8e362f15 (patch)
treef18c14880ab18354904048159487e4b8e8713fd2
parent58c55046beda976b10ac3ce930696d172e5e5038 (diff)
downloadnettle-94376efa6942215b34b507ed6db921bb8e362f15.tar.gz
Fix comment type
-rw-r--r--powerpc64/p7/chacha-2core.asm2
1 files changed, 1 insertions, 1 deletions
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