]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
random: add missing words in function comments
authorThorsten Blum <thorsten.blum@linux.dev>
Wed, 19 Feb 2025 21:00:31 +0000 (22:00 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Thu, 30 Oct 2025 17:35:26 +0000 (18:35 +0100)
s/good as/as good as/

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
drivers/char/random.c

index b8b24b6ed3fe436c8102968392278d5cb5544f06..654b1fda52f0fb6705f56279cb7f7cce40064162 100644 (file)
@@ -427,7 +427,7 @@ static void _get_random_bytes(void *buf, size_t len)
 
 /*
  * This returns random bytes in arbitrary quantities. The quality of the
- * random bytes is good as /dev/urandom. In order to ensure that the
+ * random bytes is as good as /dev/urandom. In order to ensure that the
  * randomness provided by this function is okay, the function
  * wait_for_random_bytes() should be called and return 0 at least once
  * at any point prior.
@@ -491,7 +491,7 @@ out_zero_chacha:
 
 /*
  * Batched entropy returns random integers. The quality of the random
- * number is good as /dev/urandom. In order to ensure that the randomness
+ * number is as good as /dev/urandom. In order to ensure that the randomness
  * provided by this function is okay, the function wait_for_random_bytes()
  * should be called and return 0 at least once at any point prior.
  */