aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorBa Jing <bajing@cmss.chinamobile.com>2024-09-02 20:46:45 +0800
committerSteven Rostedt <rostedt@goodmis.org>2024-12-18 16:51:50 -0500
commit770221a36932a65c5a8b7711b5477430a1dbf5e8 (patch)
tree8757f9fe9e16758759e96eb7a9ea2e4a68c2f2dc
parentktest.pl: Remove unused declarations in run_bisect_test function (diff)
downloadwireguard-linux-770221a36932a65c5a8b7711b5477430a1dbf5e8.tar.xz
wireguard-linux-770221a36932a65c5a8b7711b5477430a1dbf5e8.zip
ktest.pl: Fix typo in comment
"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>
-rwxr-xr-xtools/testing/ktest/ktest.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/ktest/ktest.pl b/tools/testing/ktest/ktest.pl
index c76ad0be54e2..8c8da966c641 100755
--- a/tools/testing/ktest/ktest.pl
+++ b/tools/testing/ktest/ktest.pl
@@ -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.