]> Git Repo - linux.git/commitdiff
selftests: watchdog: fix spelling mistake "experies" -> "expires"
authorColin Ian King <[email protected]>
Thu, 13 Dec 2018 09:40:15 +0000 (09:40 +0000)
committerShuah Khan <[email protected]>
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 <[email protected]>
Signed-off-by: Shuah Khan <[email protected]>
tools/testing/selftests/watchdog/watchdog-test.c

index dac907a932cea69d125c0fc2bfa325057ac49368..c2333c78cf04dbd2fe94e356b24dc8500fe5cad9 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);
This page took 0.046325 seconds and 4 git commands to generate.