[rtems-central commit] spec: Fix format

Sebastian Huber sebh at rtems.org
Wed Dec 9 18:12:31 UTC 2020


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Dec  9 19:11:58 2020 +0100

spec: Fix format

---

 spec/rtems/basedefs/req/container-of-0.yml | 6 +++---
 1 file 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 8bb2aa9..ec31eb2 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.



More information about the vc mailing list