From: Niels Möller Date: Sat, 2 Aug 2008 22:10:55 +0000 (+0200) Subject: Comment fix. X-Git-Tag: nettle_2.0_release_20090608~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b27a37206895513bef24c373481210ed4ae5c756;p=thirdparty%2Fnettle.git Comment fix. Rev: nettle/yarrow256.c:1.2 --- diff --git a/yarrow256.c b/yarrow256.c index 60604a8d..7b72a617 100644 --- a/yarrow256.c +++ b/yarrow256.c @@ -278,7 +278,7 @@ yarrow256_update(struct yarrow256_ctx *ctx, && (entropy > YARROW_MULTIPLIER * length) ) entropy = YARROW_MULTIPLIER * length; - /* FIXME: Calling a more sophisticated estimater should be done + /* FIXME: Calling a more sophisticated estimator could be done * here. */ entropy += source->estimate[current];