From: Ba Jing Date: Mon, 2 Sep 2024 12:46:45 +0000 (+0800) Subject: ktest.pl: Fix typo in comment X-Git-Tag: v6.14-rc1~125^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=770221a36932a65c5a8b7711b5477430a1dbf5e8;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Steven Rostedt --- diff --git a/tools/testing/ktest/ktest.pl b/tools/testing/ktest/ktest.pl index c76ad0be54e2e..8c8da966c641b 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.