summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-12-09 19:11:58 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-12-09 19:11:58 +0100
commitf166bb0eed3dd2ca010da3414fd25419543c4361 (patch)
treee0af9da719de6f87cbc0dc103c8339a66006810f
parentmodules: Update rtems (diff)
downloadrtems-central-f166bb0eed3dd2ca010da3414fd25419543c4361.tar.bz2
spec: Fix format
-rw-r--r--spec/rtems/basedefs/req/container-of-0.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/rtems/basedefs/req/container-of-0.yml b/spec/rtems/basedefs/req/container-of-0.yml
index 8bb2aa9a..ec31eb22 100644
--- a/spec/rtems/basedefs/req/container-of-0.yml
+++ b/spec/rtems/basedefs/req/container-of-0.yml
@@ -10,11 +10,11 @@ rationale: null
references: []
requirement-type: non-functional
text: |
- When argument ${../if/container-of/params[0]/name} points to a
+ When argument ${../if/container-of:/params[0]/name} points to a
member field of a structure or union or C++ class,
- and argument ${../if/container-of/params[1]/name} is the C type of this
+ and argument ${../if/container-of:/params[1]/name} is the C type of this
structure or union or C++ class,
- and argument ${../if/container-of/params[2]/name} is the name of
+ and argument ${../if/container-of:/params[2]/name} is the name of
this member field,
the ${../if/container-of:/name} macro shall result in a pointer
to the start address of the structure or union or C++ class.