summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp16/task5.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp16/task5.c')
-rw-r--r--testsuites/sptests/sp16/task5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/sp16/task5.c b/testsuites/sptests/sp16/task5.c
index bcdf0d481a..f2362f1b18 100644
--- a/testsuites/sptests/sp16/task5.c
+++ b/testsuites/sptests/sp16/task5.c
@@ -46,7 +46,7 @@ rtems_task Task5(
/*
* Use TOD_MICROSECONDS_TO_TICKS not RTEMS_MICROSECONDS_TO_TICKS to
- * test C implementation in SuperCore -- not macro version used
+ * test C implementation in SuperCore -- not macro version used
* everywhere else.
*/
status = rtems_task_wake_after( TOD_MICROSECONDS_TO_TICKS( 1000000 ) );