summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp01/task1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp01/task1.c')
-rw-r--r--testsuites/sptests/sp01/task1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/sp01/task1.c b/testsuites/sptests/sp01/task1.c
index 8fb495bb25..50cc0b827c 100644
--- a/testsuites/sptests/sp01/task1.c
+++ b/testsuites/sptests/sp01/task1.c
@@ -34,7 +34,7 @@ rtems_task Task_1_through_3(
/*
* Use TOD_MILLISECONDS_TO_TICKS not RTEMS_MILLISECONDS_TO_TICKS to
- * test C implementation in SuperCore -- not macro version used
+ * test C implementation in SuperCore -- not macro version used
* everywhere else.
*/
ticks = TOD_MILLISECONDS_TO_TICKS( task_number( tid ) * 5 * 1000 );