aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/watchdog/watchdog-test.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2018-12-13 09:40:15 +0000
committerShuah Khan <shuah@kernel.org>2018-12-13 13:03:19 -0700
commit0ca2923e2a1e1eb3376900e1e3fc74e9b6345ee9 (patch)
tree178cdba9a1b47b30545eb9bc2bdecc544a4b975c /tools/testing/selftests/watchdog/watchdog-test.c
parentselftests: watchdog: Add gettimeleft command line arg (diff)
downloadlinux-dev-0ca2923e2a1e1eb3376900e1e3fc74e9b6345ee9.tar.xz
linux-dev-0ca2923e2a1e1eb3376900e1e3fc74e9b6345ee9.zip
selftests: watchdog: fix spelling mistake "experies" -> "expires"
There is a spelling mistake in the --gettimeleft help text, fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Shuah Khan <shuah@kernel.org>
Diffstat (limited to 'tools/testing/selftests/watchdog/watchdog-test.c')
-rw-r--r--tools/testing/selftests/watchdog/watchdog-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/watchdog/watchdog-test.c b/tools/testing/selftests/watchdog/watchdog-test.c
index dac907a932ce..c2333c78cf04 100644
--- a/tools/testing/selftests/watchdog/watchdog-test.c
+++ b/tools/testing/selftests/watchdog/watchdog-test.c
@@ -78,7 +78,7 @@ static void usage(char *progname)
printf(" -T, --gettimeout Get the timeout\n");
printf(" -n, --pretimeout=T Set the pretimeout to T seconds\n");
printf(" -N, --getpretimeout Get the pretimeout\n");
- printf(" -L, --gettimeleft Get the time left until timer experies\n");
+ printf(" -L, --gettimeleft Get the time left until timer expires\n");
printf("\n");
printf("Parameters are parsed left-to-right in real-time.\n");
printf("Example: %s -d -t 10 -p 5 -e\n", progname);