Commit 770221a3 authored by Ba Jing's avatar Ba Jing Committed by Steven Rostedt
Browse files

ktest.pl: Fix typo in comment

"on of these" should be "one of these".

Fixes: 77d942ce ("ktest: Create variables for the ktest config files")
Link: https://lore.kernel.org/20240902124645.5674-1-bajing@cmss.chinamobile.com


Signed-off-by: default avatarBa Jing <bajing@cmss.chinamobile.com>
Signed-off-by: default avatarSteven Rostedt <rostedt@goodmis.org>
parent 776735b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.