summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/rtems++/Task2.cc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-08-26 19:24:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-08-26 19:24:22 +0000
commit2d6009586815a2e862932b8607bceb34f7706460 (patch)
tree15af7201b16505f54d3c0750a27f316a99ed43b8 /testsuites/libtests/rtems++/Task2.cc
parentremoved -lm (diff)
downloadrtems-2d6009586815a2e862932b8607bceb34f7706460.tar.bz2
Patches from Chris Johns to clean up test.
Diffstat (limited to 'testsuites/libtests/rtems++/Task2.cc')
-rw-r--r--testsuites/libtests/rtems++/Task2.cc2
1 files changed, 1 insertions, 1 deletions
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();
}