KVM: selftests: Fix spelling mistake "miliseconds" -> "milliseconds"
[platform/kernel/linux-starfive.git] / tools / testing / selftests / kvm / x86_64 / nx_huge_pages_test.c
index 251794f..7f36c32 100644 (file)
@@ -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("");