From 76910a21f5ff545ee4d2643e5454670354c49179 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 25 Sep 2020 09:03:11 +0200 Subject: 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 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: [] -- cgit v1.2.3