summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx05/task.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psx05/task.c')
-rw-r--r--testsuites/psxtests/psx05/task.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/psxtests/psx05/task.c b/testsuites/psxtests/psx05/task.c
index 2c687744ea..07320c133a 100644
--- a/testsuites/psxtests/psx05/task.c
+++ b/testsuites/psxtests/psx05/task.c
@@ -1,4 +1,4 @@
-/* Task_1_through_3
+/* Task_1
*
* This routine serves as a test task. It verifies the basic task
* switching capabilities of the executive.
@@ -22,7 +22,7 @@
#include "system.h"
#include <errno.h>
-void *Task_1_through_3(
+void *Task_1(
void *argument
)
{