From 2d6009586815a2e862932b8607bceb34f7706460 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 26 Aug 1997 19:24:22 +0000 Subject: Patches from Chris Johns to clean up test. --- testsuites/libtests/rtems++/Task2.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/libtests/rtems++/Task2.cc') diff --git a/testsuites/libtests/rtems++/Task2.cc b/testsuites/libtests/rtems++/Task2.cc index ab8c3cb78e..2052efdd57 100644 --- a/testsuites/libtests/rtems++/Task2.cc +++ b/testsuites/libtests/rtems++/Task2.cc @@ -32,7 +32,7 @@ void Task2::body(rtems_task_argument ) { screen4(); - printf("%s - destory itself\n", name_string()); + printf("%s - destroy itself\n", name_string()); destroy(); } -- cgit v1.2.3