[rtems-central commit] spec: Fix typos

Sebastian Huber sebh at rtems.org
Tue Nov 21 13:35:41 UTC 2023


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Nov 21 11:13:16 2023 +0100

spec: Fix typos

---

 spec/score/tq/req/surrender-mrsp.yml             | 4 ++--
 spec/score/tq/req/surrender-priority-inherit.yml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/spec/score/tq/req/surrender-mrsp.yml b/spec/score/tq/req/surrender-mrsp.yml
index f259ec65..cda43da1 100644
--- a/spec/score/tq/req/surrender-mrsp.yml
+++ b/spec/score/tq/req/surrender-mrsp.yml
@@ -211,12 +211,12 @@ pre-conditions:
     test-code: |
       ctx->suspended = true;
     text: |
-      Whiel the new owner is suspended.
+      While the new owner is suspended.
   - name: 'No'
     test-code: |
       ctx->suspended = false;
     text: |
-      Whiel the new owner is not suspended.
+      While the new owner is not suspended.
   test-epilogue: null
   test-prologue: null
 - name: WaitState
diff --git a/spec/score/tq/req/surrender-priority-inherit.yml b/spec/score/tq/req/surrender-priority-inherit.yml
index 33efd4ce..82b4b35a 100644
--- a/spec/score/tq/req/surrender-priority-inherit.yml
+++ b/spec/score/tq/req/surrender-priority-inherit.yml
@@ -312,12 +312,12 @@ pre-conditions:
     test-code: |
       ctx->suspended = true;
     text: |
-      Whiel the new owner is suspended.
+      While the new owner is suspended.
   - name: 'No'
     test-code: |
       ctx->suspended = false;
     text: |
-      Whiel the new owner is not suspended.
+      While the new owner is not suspended.
   test-epilogue: null
   test-prologue: null
 - name: WaitState



More information about the vc mailing list