summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/unlimited/system.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-07 17:43:18 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-09 10:11:57 -0500
commit51a95ff9df21288bd03e467ca38af7bb8d9b7ef8 (patch)
tree46093b4c81ef42a1a8af46b6345f522b44b71454 /testsuites/samples/unlimited/system.h
parentm68k/rtems/score/cpu.h: _CPU_Context_Restart_self needed RTEMS_COMPILER_NO_RE... (diff)
downloadrtems-51a95ff9df21288bd03e467ca38af7bb8d9b7ef8.tar.bz2
samples/unlimited: Fix printf() warning and clean up
Diffstat (limited to 'testsuites/samples/unlimited/system.h')
-rw-r--r--testsuites/samples/unlimited/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/samples/unlimited/system.h b/testsuites/samples/unlimited/system.h
index 911aa692fc..5da5d06aee 100644
--- a/testsuites/samples/unlimited/system.h
+++ b/testsuites/samples/unlimited/system.h
@@ -24,7 +24,7 @@ rtems_task test_task(
);
void
-destory_all_tasks(
+destroy_all_tasks(
const char *who
);