summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxtimer/psxtimer.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxtimer/psxtimer.c')
-rw-r--r--testsuites/psxtests/psxtimer/psxtimer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxtimer/psxtimer.c b/testsuites/psxtests/psxtimer/psxtimer.c
index ee217523af..145207308c 100644
--- a/testsuites/psxtests/psxtimer/psxtimer.c
+++ b/testsuites/psxtests/psxtimer/psxtimer.c
@@ -328,7 +328,7 @@ void *POSIX_Init (
params_c.period.tv_nsec = 000000000; /* nanoseconds */
params_c.signo = SIGALRM;
if (pthread_create (&tc, &attr, task_c, &params_c) != 0) {
- perror ("Error in trhead create for task c\n");
+ perror ("Error in thread create for task c\n");
}