summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp07/tstart.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp07/tstart.c')
-rw-r--r--testsuites/sptests/sp07/tstart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/sp07/tstart.c b/testsuites/sptests/sp07/tstart.c
index d0055f6a9a..270a642d67 100644
--- a/testsuites/sptests/sp07/tstart.c
+++ b/testsuites/sptests/sp07/tstart.c
@@ -31,7 +31,7 @@ void Task_start_extension(
if ( task_number( started_task->Object.id ) > 0 ) {
name = Task_name[ task_number( started_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.