summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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