[rtems-central commit] spec: Fix function reference

Sebastian Huber sebh at rtems.org
Fri Sep 25 10:56:34 UTC 2020


Module:    rtems-central
Branch:    master
Commit:    76910a21f5ff545ee4d2643e5454670354c49179
Changeset: http://git.rtems.org/rtems-central/commit/?id=76910a21f5ff545ee4d2643e5454670354c49179

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Sep 25 09:03:11 2020 +0200

spec: Fix function reference

---

 spec/rtems/task/if/config.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/spec/rtems/task/if/config.yml b/spec/rtems/task/if/config.yml
index 0d7b95e..59944b5 100644
--- a/spec/rtems/task/if/config.yml
+++ b/spec/rtems/task/if/config.yml
@@ -82,9 +82,9 @@ definition:
       It is called on exactly two mutually exclusive occasions.  Firstly, when
       the task construction aborts due to a failed task create extension, or
       secondly, when the task is deleted.  It is called from task context under
-      protection of the object allocator lock.  It is allowed to call free() in
-      this handler.  If handler is ${/c/if/null:/name}, then no action will
-      be performed.
+      protection of the object allocator lock.  It is allowed to call
+      ${/c/if/free:/name} in this handler.  If handler is ${/c/if/null:/name},
+      then no action will be performed.
     kind: member
     name: storage_free
   variants: []



More information about the vc mailing list