summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxstack01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxstack01/init.c')
-rw-r--r--testsuites/psxtests/psxstack01/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxstack01/init.c b/testsuites/psxtests/psxstack01/init.c
index 6866f286ec..76f54d43c3 100644
--- a/testsuites/psxtests/psxstack01/init.c
+++ b/testsuites/psxtests/psxstack01/init.c
@@ -58,7 +58,7 @@ void *POSIX_Init(
assert( Stack_Low );
Stack_High = Stack_Low + PTHREAD_MINIMUM_STACK_SIZE;
- puts( "Init - Initialize thread attribute for user provided stack" );
+ puts( "Init - Initialize thread attribute for user provided stack" );
sc = pthread_attr_init( &attr );
assert( !sc );