summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-09-25 09:03:11 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-09-25 09:16:59 +0200
commit76910a21f5ff545ee4d2643e5454670354c49179 (patch)
tree490bb35ba14090bb19ffc670a093d15889e03428
parentrtemsspec: Fix interface formatting (diff)
downloadrtems-central-76910a21f5ff545ee4d2643e5454670354c49179.tar.bz2
spec: Fix function reference
-rw-r--r--spec/rtems/task/if/config.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/rtems/task/if/config.yml b/spec/rtems/task/if/config.yml
index 0d7b95ef..59944b5f 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: []