Commit 7f637be4 authored by Jason A. Donenfeld's avatar Jason A. Donenfeld

random: correct spelling of "overwrites"

It was missing an 'r'.

Fixes: 186873c5 ("random: use simpler fast key erasure flow on per-cpu keys")
Signed-off-by: default avatarJason A. Donenfeld <Jason@zx2c4.com>
parent d349ab99
...@@ -229,7 +229,7 @@ static void crng_reseed(void) ...@@ -229,7 +229,7 @@ static void crng_reseed(void)
/* /*
* This generates a ChaCha block using the provided key, and then * This generates a ChaCha block using the provided key, and then
* immediately overwites that key with half the block. It returns * immediately overwrites that key with half the block. It returns
* the resultant ChaCha state to the user, along with the second * the resultant ChaCha state to the user, along with the second
* half of the block containing 32 bytes of random data that may * half of the block containing 32 bytes of random data that may
* be used; random_data_len may not be greater than 32. * be used; random_data_len may not be greater than 32.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment