From 9946d3dfc68d0ef76c03fb59834b2411f4cd1a80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Wed, 29 Jun 2011 15:35:08 +0200 Subject: [PATCH] Fixed comment typo. Rev: nettle/serpent-encrypt.c:1.14 --- serpent-encrypt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; \ -- GitLab