]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Fix comment type
authorNiels Möller <nisse@lysator.liu.se>
Tue, 1 Dec 2020 20:24:39 +0000 (21:24 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 1 Dec 2020 20:24:39 +0000 (21:24 +0100)
powerpc64/p7/chacha-2core.asm

index 4d4f49064321048fe04cab2e38d1893b412186f2..d5935263955bf7d56cd9561653a60ada822620c7 100644 (file)
@@ -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