]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Comment fix.
authorNiels Möller <nisse@lysator.liu.se>
Sat, 2 Aug 2008 22:10:55 +0000 (00:10 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Sat, 2 Aug 2008 22:10:55 +0000 (00:10 +0200)
Rev: nettle/yarrow256.c:1.2

yarrow256.c

index 60604a8ddae5e388f5e6d3297f77e92ad822f87f..7b72a617e6a39758eddf5ab418e6ad3f11ed53ed 100644 (file)
@@ -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];