Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

random: add missing words in function comments

s/good as/as good as/

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

authored by

Thorsten Blum and committed by
Jason A. Donenfeld
a6a4d97f e53642b8

+2 -2
+2 -2
drivers/char/random.c
··· 427 427 428 428 /* 429 429 * This returns random bytes in arbitrary quantities. The quality of the 430 - * random bytes is good as /dev/urandom. In order to ensure that the 430 + * random bytes is as good as /dev/urandom. In order to ensure that the 431 431 * randomness provided by this function is okay, the function 432 432 * wait_for_random_bytes() should be called and return 0 at least once 433 433 * at any point prior. ··· 491 491 492 492 /* 493 493 * Batched entropy returns random integers. The quality of the random 494 - * number is good as /dev/urandom. In order to ensure that the randomness 494 + * number is as good as /dev/urandom. In order to ensure that the randomness 495 495 * provided by this function is okay, the function wait_for_random_bytes() 496 496 * should be called and return 0 at least once at any point prior. 497 497 */