summaryrefslogtreecommitdiffstats
path: root/testsuites/itrontests/itrontask03/task1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/itrontests/itrontask03/task1.c')
-rw-r--r--testsuites/itrontests/itrontask03/task1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/itrontests/itrontask03/task1.c b/testsuites/itrontests/itrontask03/task1.c
index 30a6078956..7c9ea52060 100644
--- a/testsuites/itrontests/itrontask03/task1.c
+++ b/testsuites/itrontests/itrontask03/task1.c
@@ -38,7 +38,7 @@ void Task_1()
puts( "TA1 - chg_pri - set TA3's priority to 2" );
- puts( "TA1 - rtems_task_suspend - suspend TA2" );
+ puts( "TA1 - sus_tsk - suspend TA2" );
status = sus_tsk( TA2_ID );
directive_failed( status, "sus_tsk of TA2" );