Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Colin Ian King and committed by
Shuah Khan
0ca2923e 6059c6b1

+1 -1
+1 -1
tools/testing/selftests/watchdog/watchdog-test.c
··· 78 78 printf(" -T, --gettimeout Get the timeout\n"); 79 79 printf(" -n, --pretimeout=T Set the pretimeout to T seconds\n"); 80 80 printf(" -N, --getpretimeout Get the pretimeout\n"); 81 - printf(" -L, --gettimeleft Get the time left until timer experies\n"); 81 + printf(" -L, --gettimeleft Get the time left until timer expires\n"); 82 82 printf("\n"); 83 83 printf("Parameters are parsed left-to-right in real-time.\n"); 84 84 printf("Example: %s -d -t 10 -p 5 -e\n", progname);