OSDN Git Service

selftests: watchdog: fix spelling mistake "experies" -> "expires"
authorColin Ian King <colin.king@canonical.com>
Thu, 13 Dec 2018 09:40:15 +0000 (09:40 +0000)
committerShuah Khan <shuah@kernel.org>
Thu, 13 Dec 2018 20:03:19 +0000 (13:03 -0700)
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>
tools/testing/selftests/watchdog/watchdog-test.c

index dac907a..c2333c7 100644 (file)
@@ -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);