summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/rtems++/Task2.cc
diff options
context:
space:
mode:
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();
}