Skip to content

Commit ae9ebda

Browse files
Chandra PratapJoelgranados
authored andcommitted
selftests: fix spelling/grammar errors in sysctl/sysctl.sh
Fix the grammatical/spelling errors in sysctl/sysctl.sh. This fixes all errors pointed out by codespell in the file. Signed-off-by: Chandra Pratap <chandrapratap3519@gmail.com> Signed-off-by: Joel Granados <joel.granados@kernel.org>
1 parent 2694b6b commit ae9ebda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/testing/selftests/sysctl/sysctl.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ TEST_FILE=$(mktemp)
2121
# ENABLED: 1 if enabled, 0 otherwise
2222
# TARGET: test target file required on the test_sysctl module
2323
# SKIP_NO_TARGET: 1 skip if TARGET not there
24-
# 0 run eventhough TARGET not there
24+
# 0 run even though TARGET not there
2525
#
2626
# Once these are enabled please leave them as-is. Write your own test,
2727
# we have tons of space.
@@ -764,7 +764,7 @@ sysctl_test_0007()
764764
fi
765765

766766
if [ ! -f /proc/cmdline ]; then
767-
echo -e "SKIPPING\nThere is no /proc/cmdline to check for paramter"
767+
echo -e "SKIPPING\nThere is no /proc/cmdline to check for parameter"
768768
return $ksft_skip
769769
fi
770770

@@ -898,7 +898,7 @@ usage()
898898
echo Example uses:
899899
echo
900900
echo "$TEST_NAME.sh -- executes all tests"
901-
echo "$TEST_NAME.sh -t 0002 -- Executes test ID 0002 number of times is recomended"
901+
echo "$TEST_NAME.sh -t 0002 -- Executes test ID 0002 number of times is recommended"
902902
echo "$TEST_NAME.sh -w 0002 -- Watch test ID 0002 run until an error occurs"
903903
echo "$TEST_NAME.sh -s 0002 -- Run test ID 0002 once"
904904
echo "$TEST_NAME.sh -c 0002 3 -- Run test ID 0002 three times"

0 commit comments

Comments
 (0)