summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/tests/psxtests/psx05/task.c4
-rw-r--r--testsuites/psxtests/psx05/task.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/c/src/tests/psxtests/psx05/task.c b/c/src/tests/psxtests/psx05/task.c
index 2c687744ea..07320c133a 100644
--- a/c/src/tests/psxtests/psx05/task.c
+++ b/c/src/tests/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
)
{
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
)
{