Linux Kernel Selftest development
 help / color / mirror / Atom feed
* [PATCH][next] KVM: selftests: Fix spelling mistake "miliseconds" -> "milliseconds"
@ 2022-06-27  8:14 Colin Ian King
  0 siblings, 0 replies; only message in thread
From: Colin Ian King @ 2022-06-27  8:14 UTC (permalink / raw)
  To: Paolo Bonzini, Shuah Khan, David Matlack, Ben Gardon, kvm,
	linux-kselftest
  Cc: kernel-janitors, linux-kernel

There is a spelling mistake in the -p option help text. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 tools/testing/selftests/kvm/x86_64/nx_huge_pages_test.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/kvm/x86_64/nx_huge_pages_test.c b/tools/testing/selftests/kvm/x86_64/nx_huge_pages_test.c
index cc6421716400..58876ec4ee51 100644
--- a/tools/testing/selftests/kvm/x86_64/nx_huge_pages_test.c
+++ b/tools/testing/selftests/kvm/x86_64/nx_huge_pages_test.c
@@ -218,7 +218,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("");
-- 
2.35.3


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-06-27  8:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-27  8:14 [PATCH][next] KVM: selftests: Fix spelling mistake "miliseconds" -> "milliseconds" Colin Ian King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox