Task_1: changed comment and task name to task1.

This commit is contained in:
Mark Johannes
1996-08-08 19:20:13 +00:00
parent 9f1a034e75
commit e35157311c
2 changed files with 4 additions and 4 deletions

View File

@@ -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
)
{