random: fix typos in get_random_bytes() comment
authorWilliam Zijl <postmaster@gusted.xyz>
Sat, 1 Oct 2022 15:36:21 +0000 (17:36 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Sat, 1 Oct 2022 21:37:51 +0000 (23:37 +0200)
commitd687772e6d2cbffd91fdda64812f79192c1e7ca0
tree4c40b16311ab2c7023e483010baf2fb7a065b033
parent122733471384be8c23f019fbbd46bdf7be561dcd
random: fix typos in get_random_bytes() comment

Remove extra whitespace and add a missing word to a sentence describing
get_random_bytes().

Signed-off-by: William Zijl <postmaster@gusted.xyz>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
drivers/char/random.c