summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx05
diff options
context:
space:
mode:
authorMark Johannes <Mark.Johannes@OARcorp.com>1996-08-08 19:20:13 +0000
committerMark Johannes <Mark.Johannes@OARcorp.com>1996-08-08 19:20:13 +0000
commite35157311c7013156c6e1c284b364b407cc751f3 (patch)
tree6b6c1ece9d6c1fe9dcac910d874a7977e0e0d7c9 /testsuites/psxtests/psx05
parentInit.c: added priority ceiling task cases. (diff)
downloadrtems-e35157311c7013156c6e1c284b364b407cc751f3.tar.bz2
Task_1: changed comment and task name to task1.
Diffstat (limited to 'testsuites/psxtests/psx05')
-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
)
{