Skip to content

Commit 770221a

Browse files
Ba Jingrostedt
authored andcommitted
ktest.pl: Fix typo in comment
"on of these" should be "one of these". Fixes: 77d942c ("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>
1 parent 776735b commit 770221a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/ktest/ktest.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1245,7 +1245,7 @@ sub __read_config {
12451245
# Config variables are only active while reading the
12461246
# config and can be defined anywhere. They also ignore
12471247
# TEST_START and DEFAULTS, but are skipped if they are in
1248-
# on of these sections that have SKIP defined.
1248+
# one of these sections that have SKIP defined.
12491249
# The save variable can be
12501250
# defined multiple times and the new one simply overrides
12511251
# the previous one.

0 commit comments

Comments
 (0)