[rtems-central commit] spec: Fix attribute reference

Sebastian Huber sebh at rtems.org
Mon May 17 07:03:04 UTC 2021


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon May 17 09:02:32 2021 +0200

spec: Fix attribute reference

---

 spec/rtems/task/req/storage-alignment.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spec/rtems/task/req/storage-alignment.yml b/spec/rtems/task/req/storage-alignment.yml
index f7f46f6..cf1317f 100644
--- a/spec/rtems/task/req/storage-alignment.yml
+++ b/spec/rtems/task/req/storage-alignment.yml
@@ -12,5 +12,5 @@ requirement-type: functional
 text: |
   The ${../if/storage-alignment:/name} define shall expand to a constant
   expression which evaluates to the value of
-  ${/score/stack/if/alignment:/name}.
+  ${/score/cpu/if/stack-alignment:/name}.
 type: requirement



More information about the vc mailing list