summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxtimer
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2004-03-05 15:51:13 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2004-03-05 15:51:13 +0000
commit3c0c89888db501fd0a63533881bbf5f915716f8d (patch)
treee9f844bddeb0aea68486813fc2ecb686a34426fe /testsuites/psxtests/psxtimer
parent2004-03-05 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-3c0c89888db501fd0a63533881bbf5f915716f8d.tar.bz2
2004-03-05 Joel Sherrill <joel@OARcorp.com>
* psxfile01/test.c, psxmsgq01/init.c, psxstat/test.c, psxtimer/psxtimer.c: Eliminate warnings and typos.
Diffstat (limited to 'testsuites/psxtests/psxtimer')
-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");
}