summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/prctl/disable-tsc-on-off-stress-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing/selftests/prctl/disable-tsc-on-off-stress-test.c')
-rw-r--r--tools/testing/selftests/prctl/disable-tsc-on-off-stress-test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/testing/selftests/prctl/disable-tsc-on-off-stress-test.c b/tools/testing/selftests/prctl/disable-tsc-on-off-stress-test.c
index a06f027e9d16..d39511eb9b01 100644
--- a/tools/testing/selftests/prctl/disable-tsc-on-off-stress-test.c
+++ b/tools/testing/selftests/prctl/disable-tsc-on-off-stress-test.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* Tests for prctl(PR_GET_TSC, ...) / prctl(PR_SET_TSC, ...)
*
@@ -82,7 +83,7 @@ int main(void)
{
int n_tasks = 100, i;
- fprintf(stderr, "[No further output means we're allright]\n");
+ fprintf(stderr, "[No further output means we're all right]\n");
for (i=0; i<n_tasks; i++)
if (fork() == 0)