random: complete sentence of comment

Complete the sentence by adding "is set", rather than having it dangle
as a sentence fragment.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jason A. Donenfeld 2025-11-25 02:54:37 +01:00
parent 2db833312d
commit 90fb9b98fc
1 changed files with 1 additions and 1 deletions

View File

@ -794,7 +794,7 @@ static void __cold _credit_init_bits(size_t bits)
* *
* add_bootloader_randomness() is called by bootloader drivers, such as EFI * add_bootloader_randomness() is called by bootloader drivers, such as EFI
* and device tree, and credits its input depending on whether or not the * and device tree, and credits its input depending on whether or not the
* command line option 'random.trust_bootloader'. * command line option 'random.trust_bootloader' is set.
* *
* add_vmfork_randomness() adds a unique (but not necessarily secret) ID * add_vmfork_randomness() adds a unique (but not necessarily secret) ID
* representing the current instance of a VM to the pool, without crediting, * representing the current instance of a VM to the pool, without crediting,