File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1917,7 +1917,7 @@ config FUNCTION_ERROR_INJECTION
1917
1917
help
1918
1918
Add fault injections into various functions that are annotated with
1919
1919
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.
1921
1921
1922
1922
If unsure, say N
1923
1923
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ config KCSAN_WEAK_MEMORY
194
194
Enable support for modeling a subset of weak memory, which allows
195
195
detecting a subset of data races due to missing memory barriers.
196
196
197
- Depends on KCSAN_STRICT, because the options strenghtening certain
197
+ Depends on KCSAN_STRICT, because the options strengthening certain
198
198
plain accesses by default (depending on !KCSAN_STRICT) reduce the
199
199
ability to detect any data races invoving reordered accesses, in
200
200
particular reordered writes.
You can’t perform that action at this time.
0 commit comments