From b58a69c84574113b28ae5657514dc41580848626 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Sun, 21 Apr 2013 20:17:15 +0200 Subject: [PATCH] Fixed comment typo. --- cast128.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cast128.c b/cast128.c index 5e53bd94..512c55d2 100644 --- a/cast128.c +++ b/cast128.c @@ -179,7 +179,7 @@ cast128_set_key(struct cast128_ctx *ctx, if ((i*4+3) < keybytes) x[i] |= (uint32_t)rawkey[i*4+3]; } /* FIXME: For the shorter key sizes, the last 4 subkeys are not - used, and need not be generatedd, nor stored. */ + used, and need not be generated, nor stored. */ /* Generate 32 subkeys, four at a time */ for (i = 0; i < 32; i+=4) { switch (i & 4) { -- GitLab