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/20230124181655.16269-1-rdunlap@infradead.org Cc: Andrew Morton <akpm@linux-foundation.org> Cc: Marco Elver <elver@google.com> Cc: Dmitry Vyukov <dvyukov@google.com> Cc: kasan-dev@googlegroups.com Reviewed-by: Marco Elver <elver@google.com> Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
1 parent 8b152e9 commit ca0f2cf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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)