From: Niels Möller Date: Wed, 29 Jun 2011 13:35:08 +0000 (+0200) Subject: Fixed comment typo. X-Git-Tag: nettle_2.2_release_20110711~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9946d3dfc68d0ef76c03fb59834b2411f4cd1a80;p=thirdparty%2Fnettle.git Fixed comment typo. Rev: nettle/serpent-encrypt.c:1.14 --- diff --git a/serpent-encrypt.c b/serpent-encrypt.c index 90878bde..21651e84 100644 --- a/serpent-encrypt.c +++ b/serpent-encrypt.c @@ -357,7 +357,7 @@ */ /* 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; \