summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp07/trestart.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp07/trestart.c')
-rw-r--r--testsuites/sptests/sp07/trestart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/sp07/trestart.c b/testsuites/sptests/sp07/trestart.c
index 6ba9c2000e..4df20d0b08 100644
--- a/testsuites/sptests/sp07/trestart.c
+++ b/testsuites/sptests/sp07/trestart.c
@@ -31,7 +31,7 @@ void Task_restart_extension(
if ( task_number( restarted_task->Object.id ) > 0 ) {
name = Task_name[ task_number( restarted_task->Object.id ) ];
/*
- * FIXME: There should be a public function to
+ * FIXME: There should be a public function to
* convert numeric rtems_names into char arrays
* c.f. rtems_name_to_characters() in rtems/rtems/support.inl
* but it's private.