summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx05/init.c
diff options
context:
space:
mode:
authorChirayu Desai <cdesai@cyanogenmod.org>2013-11-28 08:13:02 +0530
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-11-29 09:18:03 -0600
commit734f91825be48f797daf1a0ed7a93fb2b13f00f6 (patch)
tree7c4ec78981e27c2d7a47b740db3bbd3a3f1d3d3b /testsuites/psxtests/psx05/init.c
parentpsxtmtests_plan.csv: Avoid comma in descriptions (diff)
downloadrtems-734f91825be48f797daf1a0ed7a93fb2b13f00f6.tar.bz2
psxtests: add documentation for psx05
Diffstat (limited to 'testsuites/psxtests/psx05/init.c')
-rw-r--r--testsuites/psxtests/psx05/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psx05/init.c b/testsuites/psxtests/psx05/init.c
index 67300b6480..ef42dd2601 100644
--- a/testsuites/psxtests/psx05/init.c
+++ b/testsuites/psxtests/psx05/init.c
@@ -140,7 +140,7 @@ void *POSIX_Init(
Init_id = pthread_self();
printf( "Init's ID is 0x%08" PRIxpthread_t "\n", Init_id );
- /* tes pthread_mutex_attr_init */
+ /* test pthread_mutex_attr_init */
puts( "Init: pthread_mutexattr_init - EINVAL (NULL attr)" );
status = pthread_mutexattr_init( NULL );