Skip to content

Commit 4c5d114

Browse files
thithibtorvalds
authored andcommitted
lib/Kconfig.debug: fix three typos in help text
Fix three typos in CONFIG_WARN_ALL_UNSEEDED_RANDOM help text. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Thibaut Sautereau <[email protected]> Acked-by: Randy Dunlap <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent c5967e9 commit 4c5d114

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Kconfig.debug

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1277,13 +1277,13 @@ config WARN_ALL_UNSEEDED_RANDOM
12771277
time. This is really bad from a security perspective, and
12781278
so architecture maintainers really need to do what they can
12791279
to get the CRNG seeded sooner after the system is booted.
1280-
However, since users can not do anything actionble to
1280+
However, since users cannot do anything actionable to
12811281
address this, by default the kernel will issue only a single
12821282
warning for the first use of unseeded randomness.
12831283

12841284
Say Y here if you want to receive warnings for all uses of
12851285
unseeded randomness. This will be of use primarily for
1286-
those developers interersted in improving the security of
1286+
those developers interested in improving the security of
12871287
Linux kernels running on their architecture (or
12881288
subarchitecture).
12891289

0 commit comments

Comments
 (0)