Patches from Chris Johns to clean up test.

This commit is contained in:
Joel Sherrill
1997-08-26 19:24:22 +00:00
parent 588a2382a2
commit 2d60095868
10 changed files with 104 additions and 38 deletions

View File

@@ -32,7 +32,7 @@ void Task3::body(rtems_task_argument )
{
screen6();
printf("%s - destory itself\n", name_string());
printf("%s - destroy itself\n", name_string());
destroy();
}