summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-09-17 20:07:08 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-09-17 20:07:29 +0200
commit2f65e136e58d8db701ddd116bae8c1bdef295622 (patch)
tree77df18570ecbefedfc60c9d4e66f9ea300a77461
parent3dd4cbb50d13e39146dcfb68b0cf0e98bff707fb (diff)
rtems: Fix typo
Update #3959.
-rw-r--r--cpukit/include/rtems/rtems/tasks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/include/rtems/rtems/tasks.h b/cpukit/include/rtems/rtems/tasks.h
index d05a46ff42..aebd3e0f0d 100644
--- a/cpukit/include/rtems/rtems/tasks.h
+++ b/cpukit/include/rtems/rtems/tasks.h
@@ -300,7 +300,7 @@ typedef struct {
* knowledge of the application resources.
*
* An application based solely on static allocation can avoid any runtime
- * memory allocators. This can simplfiy the application architecture as well
+ * memory allocators. This can simplify the application architecture as well
* as any analysis that may be required.
*
* The stack space estimate done by <rtems/confdefs.h> assumes that all tasks