[rtems commit] rtems: Fix typo

Sebastian Huber sebh at rtems.org
Thu Sep 17 18:08:22 UTC 2020


Module:    rtems
Branch:    master
Commit:    2f65e136e58d8db701ddd116bae8c1bdef295622
Changeset: http://git.rtems.org/rtems/commit/?id=2f65e136e58d8db701ddd116bae8c1bdef295622

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Sep 17 20:07:08 2020 +0200

rtems: Fix typo

Update #3959.

---

 cpukit/include/rtems/rtems/tasks.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpukit/include/rtems/rtems/tasks.h b/cpukit/include/rtems/rtems/tasks.h
index d05a46f..aebd3e0 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



More information about the vc mailing list