mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 08:33:17 +02:00
KVM: selftests: Fix spelling mistake "miliseconds" -> "milliseconds"
There is a spelling mistake in the help for the -p option. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Link: https://lore.kernel.org/r/20230417175322.53249-1-colin.i.king@gmail.com Signed-off-by: Sean Christopherson <seanjc@google.com>
This commit is contained in:
parent
5efde6d73d
commit
56f413f2cd
|
|
@ -226,7 +226,7 @@ static void help(char *name)
|
|||
puts("");
|
||||
printf("usage: %s [-h] [-p period_ms] [-t token]\n", name);
|
||||
puts("");
|
||||
printf(" -p: The NX reclaim period in miliseconds.\n");
|
||||
printf(" -p: The NX reclaim period in milliseconds.\n");
|
||||
printf(" -t: The magic token to indicate environment setup is done.\n");
|
||||
printf(" -r: The test has reboot permissions and can disable NX huge pages.\n");
|
||||
puts("");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user