summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-09-17 20:06:19 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-09-17 20:06:30 +0200
commita97ef9d1df73654b8130e7a41984a92fd0418ca2 (patch)
tree7115b3367baa3bfbbee25bacafe83edf2d3217f5
parentspec: Use rtems_task_construct() (diff)
downloadrtems-central-a97ef9d1df73654b8130e7a41984a92fd0418ca2.tar.bz2
spec: Fix typo
-rw-r--r--spec/rtems/task/if/construct.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/rtems/task/if/construct.yml b/spec/rtems/task/if/construct.yml
index 46c84408..2643a272 100644
--- a/spec/rtems/task/if/construct.yml
+++ b/spec/rtems/task/if/construct.yml
@@ -35,7 +35,7 @@ notes: |
through 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 as any
+ 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