summaryrefslogtreecommitdiffstats
path: root/spec/rtems/task/req/ident.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/task/req/ident.yml')
-rw-r--r--spec/rtems/task/req/ident.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/rtems/task/req/ident.yml b/spec/rtems/task/req/ident.yml
index df187d09..b505199b 100644
--- a/spec/rtems/task/req/ident.yml
+++ b/spec/rtems/task/req/ident.yml
@@ -34,14 +34,14 @@ pre-conditions:
ctx->id_value = 0xffffffff;
ctx->id = &ctx->id_value;
text: |
- The ${../if/ident:/params[0]/name} parameter shall be
+ While the ${../if/ident:/params[0]/name} parameter is
${../if/self:/name}.
- name: NotSelf
test-code: |
ctx->id = NULL;
/* Preparation performed by ${../../req/ident:/test-run}() */
text: |
- When the ${../if/ident:/params[0]/name} is not ${../if/self:/name} or
+ While the ${../if/ident:/params[0]/name} is not ${../if/self:/name} or
${../if/ident:/params[2]/name} parameter is ${/c/if/null:/name}, the
behaviour of ${../if/ident:/name} shall be specified by
${../../req/ident}.