Skip to content

Commit 8783f60

Browse files
committed
README: fix spelling mistakes
Fixed several spelling errors throughout the README.md file. Generated-by: Claude AI Signed-off-by: Daniel Gomez <[email protected]>
1 parent aa530c8 commit 8783f60

File tree

2 files changed

+27
-5
lines changed

2 files changed

+27
-5
lines changed

.claude/settings.local.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(git add:*)",
5+
"Bash(git rm:*)",
6+
"Bash(git config:*)",
7+
"Bash(mv:*)",
8+
"Bash(find:*)",
9+
"Bash(git commit:*)",
10+
"Bash(for file in *.yml)",
11+
"Bash(do if [ \"$file\" != \"main.yml\" ])",
12+
"Bash(then mv \"$file\" \"$file%.yml.disabled.yml\")",
13+
"Bash(fi)",
14+
"Bash(done)",
15+
"Bash(for file in *.disabled.yml)",
16+
"Bash(do mv \"$file\" \"$file%.disabled.yml.yml.disabled\")",
17+
"Bash(grep:*)",
18+
"Bash(rm:*)"
19+
],
20+
"deny": []
21+
}
22+
}

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Table of Contents
88
* [Start kernel hacking in just 4 commands](#start-kernel-hacking-in-just-4-commands)
99
* [Start running fstests in 2 commands](#start-running-fstests-in-2-commands)
1010
* [Start running blktests in 2 commands](#start-running-blktests-in-2-commands)
11-
* [Start testing NFS with in 2 commands](#start-testing-nfs-with-in-2-commands)
11+
* [Start testing NFS in 2 commands](#start-testing-nfs-in-2-commands)
1212
* [Runs some kernel selftests in a parallel manner](#runs-some-kernel-selftests-in-a-parallel-manner)
1313
* [CXL](#cxl)
1414
* [reboot-limit](#reboot-limit)
@@ -70,7 +70,7 @@ features.
7070

7171
## Generative AI usage on kdevops
7272

73-
The kdeovps project significantly enhances the speed and accuracy of generative
73+
The kdevops project significantly enhances the speed and accuracy of generative
7474
AI for extending its features and adding new workflows. This capability was a
7575
core design principle. While
7676
[generative AI may not yet be optimal for all Linux kernel development](https://neurips.cc/virtual/2024/poster/97426),
@@ -384,9 +384,9 @@ kdevops supports its own kernel continuous integration support, so to allow
384384
Linux developers and Linux distributions to keep track of issues present in
385385
any of supported kdevops workflows and be able to tell when new regressions
386386
are detected. Note though that kernel-ci for kdevops is only implemented on
387-
a few workflows, such as fstestse and blktests. In order to support a kernel-ci
387+
a few workflows, such as fstests and blktests. In order to support a kernel-ci
388388
part of the hard task is to come up with what a baseline is, and in kdevops
389-
style, be able go easily `git diff` and read a regression with one line
389+
style, be able to easily `git diff` and read a regression with one line
390390
per regression. This requires a bit of time and work. And it is why some
391391
other workflows do not yet support a kernel-ci.
392392

@@ -402,7 +402,7 @@ to commit / push updates without any bottlenecks.
402402
# kdevops tests results
403403

404404
kdevops has started to enable users / developers to also push results for
405-
tests. This goes beyond just collecting baseline rusults for known failures,
405+
tests. This goes beyond just collecting baseline results for known failures,
406406
this aims to collect *within* all dmesg / bad log files for each test that
407407
failed.
408408

0 commit comments

Comments
 (0)