summaryrefslogtreecommitdiff
path: root/yarrow256.c
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2008-08-03 00:10:55 +0200
committerNiels Möller <nisse@lysator.liu.se>2008-08-03 00:10:55 +0200
commitb27a37206895513bef24c373481210ed4ae5c756 (patch)
tree62d75ac32d51e2f04266ad9d5a6b051ec775822f /yarrow256.c
parent8b494f2668aa64311daa4bdfe4c7dc9c7d93f577 (diff)
downloadnettle-b27a37206895513bef24c373481210ed4ae5c756.tar.gz
Comment fix.
Rev: nettle/yarrow256.c:1.2
Diffstat (limited to 'yarrow256.c')
-rw-r--r--yarrow256.c2
1 files changed, 1 insertions, 1 deletions
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];