summaryrefslogtreecommitdiffstats
path: root/spec/rtems/task/req
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 /spec/rtems/task/req
parentspec: Specify SMP system initialization (diff)
downloadrtems-central-7f7855163609af53efa6c59dffeee6f63ecd640e.tar.bz2
spec: Fix "the the"
Diffstat (limited to 'spec/rtems/task/req')
-rw-r--r--spec/rtems/task/req/restart.yml4
1 files changed, 2 insertions, 2 deletions
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