aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorThibaut Sautereau <thibaut@sautereau.fr>2018-09-04 18:46:23 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2018-09-04 19:45:02 -0400
commit4c5d114ea04d5b6c7009d46895ec26109aa654f3 (patch)
tree7d260653596d6b826d49c49a6664bbf5172fc6fd /lib
parentc5967e989f1fe702e75d7405b9251ec7e490d847 (diff)
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/20180830194505.4778-1-thibaut@sautereau.fr Signed-off-by: Thibaut Sautereau <thibaut@sautereau.fr> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig.debug4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 613316724c6a..4966c4fbe7f7 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -1277,13 +1277,13 @@ config WARN_ALL_UNSEEDED_RANDOM
1277 time. This is really bad from a security perspective, and 1277 time. This is really bad from a security perspective, and
1278 so architecture maintainers really need to do what they can 1278 so architecture maintainers really need to do what they can
1279 to get the CRNG seeded sooner after the system is booted. 1279 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
1281 address this, by default the kernel will issue only a single 1281 address this, by default the kernel will issue only a single
1282 warning for the first use of unseeded randomness. 1282 warning for the first use of unseeded randomness.
1283 1283
1284 Say Y here if you want to receive warnings for all uses of 1284 Say Y here if you want to receive warnings for all uses of
1285 unseeded randomness. This will be of use primarily for 1285 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
1287 Linux kernels running on their architecture (or 1287 Linux kernels running on their architecture (or
1288 subarchitecture). 1288 subarchitecture).
1289 1289