Skip to content

Commit 56f413f

Browse files
ColinIanKingsean-jc
authored andcommitted
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>
1 parent 5efde6d commit 56f413f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/selftests/kvm/x86_64/nx_huge_pages_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ static void help(char *name)
226226
puts("");
227227
printf("usage: %s [-h] [-p period_ms] [-t token]\n", name);
228228
puts("");
229-
printf(" -p: The NX reclaim period in miliseconds.\n");
229+
printf(" -p: The NX reclaim period in milliseconds.\n");
230230
printf(" -t: The magic token to indicate environment setup is done.\n");
231231
printf(" -r: The test has reboot permissions and can disable NX huge pages.\n");
232232
puts("");

0 commit comments

Comments
 (0)