]> git.dujemihanovic.xyz Git - linux.git/commitdiff
crypto: jitter - Remove duplicate word in comment
authorThorsten Blum <thorsten.blum@toblux.com>
Fri, 29 Mar 2024 15:44:54 +0000 (16:44 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 5 Apr 2024 07:46:33 +0000 (15:46 +0800)
s/in//

Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/jitterentropy.c

index 26a9048bc893d9e906bff0c088e7e38d208884d3..ee2aa0b7aa9e24ef23f674bf8d38b69f858a798d 100644 (file)
@@ -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.)