[rtems-central commit] spec: Fix "the the"

Sebastian Huber sebh at rtems.org
Fri Aug 6 12:21:44 UTC 2021


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Aug  4 16:31:38 2021 +0200

spec: Fix "the the"

---

 spec/rtems/sem/req/release.yml  | 2 +-
 spec/rtems/task/req/restart.yml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/spec/rtems/sem/req/release.yml b/spec/rtems/sem/req/release.yml
index 31abb7f..e8526f4 100644
--- a/spec/rtems/sem/req/release.yml
+++ b/spec/rtems/sem/req/release.yml
@@ -418,7 +418,7 @@ test-context:
   member: |
     uint32_t obtain_counter[ WORKER_COUNT ]
 - brief: |
-    This member contains the count of the semaphore after the the
+    This member contains the count of the semaphore after the
     ${../if/release:/name} call.
   description: null
   member: |
diff --git a/spec/rtems/task/req/restart.yml b/spec/rtems/task/req/restart.yml
index 6923570..953c247 100644
--- a/spec/rtems/task/req/restart.yml
+++ b/spec/rtems/task/req/restart.yml
@@ -437,13 +437,13 @@ pre-conditions:
     test-code: |
       ctx->protected = true;
     text: |
-      While thread life of the the task specified by the
+      While thread life of the task specified by the
       ${../if/restart:/params[0]/name} parameter is protected.
   - name: 'No'
     test-code: |
       ctx->protected = false;
     text: |
-      While thread life of the the task specified by the
+      While thread life of the task specified by the
       ${../if/restart:/params[0]/name} parameter is not protected.
   test-epilogue: null
   test-prologue: null



More information about the vc mailing list