Skip to content

Commit ca0f2cf

Browse files
rddunlaprostedt
authored andcommitted
lib: Kconfig: fix spellos
Fix spelling in lib/ Kconfig files. (reported by codespell) Link: https://lkml.kernel.org/r/[email protected] Cc: Andrew Morton <[email protected]> Cc: Marco Elver <[email protected]> Cc: Dmitry Vyukov <[email protected]> Cc: [email protected] Reviewed-by: Marco Elver <[email protected]> Signed-off-by: Randy Dunlap <[email protected]> Signed-off-by: Steven Rostedt (Google) <[email protected]>
1 parent 8b152e9 commit ca0f2cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/Kconfig.debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1917,7 +1917,7 @@ config FUNCTION_ERROR_INJECTION
19171917
help
19181918
Add fault injections into various functions that are annotated with
19191919
ALLOW_ERROR_INJECTION() in the kernel. BPF may also modify the return
1920-
value of theses functions. This is useful to test error paths of code.
1920+
value of these functions. This is useful to test error paths of code.
19211921

19221922
If unsure, say N
19231923

lib/Kconfig.kcsan

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ config KCSAN_WEAK_MEMORY
194194
Enable support for modeling a subset of weak memory, which allows
195195
detecting a subset of data races due to missing memory barriers.
196196

197-
Depends on KCSAN_STRICT, because the options strenghtening certain
197+
Depends on KCSAN_STRICT, because the options strengthening certain
198198
plain accesses by default (depending on !KCSAN_STRICT) reduce the
199199
ability to detect any data races invoving reordered accesses, in
200200
particular reordered writes.

0 commit comments

Comments
 (0)