]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Fixed comment typo.
authorNiels Möller <nisse@lysator.liu.se>
Wed, 29 Jun 2011 13:35:08 +0000 (15:35 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Wed, 29 Jun 2011 13:35:08 +0000 (15:35 +0200)
Rev: nettle/serpent-encrypt.c:1.14

serpent-encrypt.c

index 90878bde6d9dcdf6a94ffe370667c7d7f88d8d7c..21651e84f5a7cc1130ad1c9abc714c8be03bfe95 100644 (file)
 */
 /* It appears impossible to do this with only 8 registers. We
    recompute t02, and t04 (if we have spare registers, hopefully the
-   compiler can recognize it them as common subexpressions). */
+   compiler can recognize them as common subexpressions). */
 #define SBOX7(x0, x1, x2, x3, y0, y1, y2, y3)  \
   do {                                                 \
     y0  = x0 & x2;                                     \