summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Blum <thorsten.blum@toblux.com>2024-03-29 16:44:54 +0100
committerHerbert Xu <herbert@gondor.apana.org.au>2024-04-05 15:46:33 +0800
commit0428a5a95dfaf841a2f37d4c5d2b32c8c71606a1 (patch)
treefc1baaf20fe0f57012f6f5b36c1d3f1581bc19e4
parentb394204099d987b4dc55d97c6febf1ec1f52e08e (diff)
downloadlinux-crypto-0428a5a95dfaf841a2f37d4c5d2b32c8c71606a1.tar.gz
linux-crypto-0428a5a95dfaf841a2f37d4c5d2b32c8c71606a1.zip
crypto: jitter - Remove duplicate word in comment
s/in// Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
-rw-r--r--crypto/jitterentropy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/jitterentropy.c b/crypto/jitterentropy.c
index 26a9048b..ee2aa0b7 100644
--- a/crypto/jitterentropy.c
+++ b/crypto/jitterentropy.c
@@ -158,7 +158,7 @@ struct rand_data {
* See the SP 800-90B comment #10b for the corrected cutoff for the SP 800-90B
* APT.
* http://www.untruth.org/~josh/sp80090b/UL%20SP800-90B-final%20comments%20v1.9%2020191212.pdf
- * In in the syntax of R, this is C = 2 + qbinom(1 − 2^(−30), 511, 2^(-1/osr)).
+ * In the syntax of R, this is C = 2 + qbinom(1 − 2^(−30), 511, 2^(-1/osr)).
* (The original formula wasn't correct because the first symbol must
* necessarily have been observed, so there is no chance of observing 0 of these
* symbols.)