]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ktest.pl: Fix typo in comment
authorBa Jing <bajing@cmss.chinamobile.com>
Mon, 2 Sep 2024 12:46:45 +0000 (20:46 +0800)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 18 Dec 2024 21:51:50 +0000 (16:51 -0500)
"on of these" should be "one of these".

Fixes: 77d942ceacbad ("ktest: Create variables for the ktest config files")
Link: https://lore.kernel.org/20240902124645.5674-1-bajing@cmss.chinamobile.com
Signed-off-by: Ba Jing <bajing@cmss.chinamobile.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
tools/testing/ktest/ktest.pl

index c76ad0be54e2ed402179e698b9b054f3bcae7508..8c8da966c641bca1f4a2a2bf3e42b185859dadff 100755 (executable)
@@ -1245,7 +1245,7 @@ sub __read_config {
            # Config variables are only active while reading the
            # config and can be defined anywhere. They also ignore
            # TEST_START and DEFAULTS, but are skipped if they are in
-           # on of these sections that have SKIP defined.
+           # one of these sections that have SKIP defined.
            # The save variable can be
            # defined multiple times and the new one simply overrides
            # the previous one.