[rtems-central commit] spec: Fix typo

Sebastian Huber sebh at rtems.org
Thu Oct 28 19:17:43 UTC 2021


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Oct 28 21:21:10 2021 +0200

spec: Fix typo

---

 spec/score/timecounter/val/install.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/spec/score/timecounter/val/install.yml b/spec/score/timecounter/val/install.yml
index de656ff..261c985 100644
--- a/spec/score/timecounter/val/install.yml
+++ b/spec/score/timecounter/val/install.yml
@@ -908,7 +908,7 @@ test-actions:
       T_eq_u64( bt.frac, 1219770712064 );
     links:
     - role: validation
-      uid: ../req/ntp-second
+      uid: ../req/ntp-seconds
   - brief: |
       Let the seconds value of ${/glossary/clock-realtime:/term} change by one.
       Check that the NTP update second handler is decremented the
@@ -924,7 +924,7 @@ test-actions:
       T_eq_u64( bt.frac, 1219770712064 );
     links:
     - role: validation
-      uid: ../req/ntp-second
+      uid: ../req/ntp-seconds
   - brief: |
       Let the seconds value of ${/glossary/clock-realtime:/term} change by one.
       Check that the NTP update second handler increased the timecounter



More information about the vc mailing list