summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-08-04 16:31:38 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-08-05 08:17:15 +0200
commit7f7855163609af53efa6c59dffeee6f63ecd640e (patch)
treed7e9b8387bf0b9cb71bdba97c34d8adb0bd2bb67
parentspec: Specify SMP system initialization (diff)
downloadrtems-central-7f7855163609af53efa6c59dffeee6f63ecd640e.tar.bz2
spec: Fix "the the"
-rw-r--r--spec/rtems/sem/req/release.yml2
-rw-r--r--spec/rtems/task/req/restart.yml4
2 files changed, 3 insertions, 3 deletions
diff --git a/spec/rtems/sem/req/release.yml b/spec/rtems/sem/req/release.yml
index 31abb7f5..e8526f42 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 6923570c..953c2472 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