diff options
author | Niels Möller <nisse@lysator.liu.se> | 2008-08-03 00:10:55 +0200 |
---|---|---|
committer | Niels Möller <nisse@lysator.liu.se> | 2008-08-03 00:10:55 +0200 |
commit | b27a37206895513bef24c373481210ed4ae5c756 (patch) | |
tree | 62d75ac32d51e2f04266ad9d5a6b051ec775822f /yarrow256.c | |
parent | 8b494f2668aa64311daa4bdfe4c7dc9c7d93f577 (diff) | |
download | nettle-b27a37206895513bef24c373481210ed4ae5c756.tar.gz |
Comment fix.
Rev: nettle/yarrow256.c:1.2
Diffstat (limited to 'yarrow256.c')
-rw-r--r-- | yarrow256.c | 2 |
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]; |