summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-11-21 11:13:16 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-11-21 11:15:24 +0100
commitf2b8d9ff4a58359f659028bee7693d2071751500 (patch)
treef311fdf70744873ea31609bbe81ca53e5cc30756 /spec
parent68420c88d6d8583ac13f6dec7349e95c805777e9 (diff)
spec: Add missing verb
Diffstat (limited to 'spec')
-rw-r--r--spec/rtems/scheduler/req/ident-by-processor.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/rtems/scheduler/req/ident-by-processor.yml b/spec/rtems/scheduler/req/ident-by-processor.yml
index c3d94db4..08172721 100644
--- a/spec/rtems/scheduler/req/ident-by-processor.yml
+++ b/spec/rtems/scheduler/req/ident-by-processor.yml
@@ -82,8 +82,8 @@ pre-conditions:
test-code: |
ctx->cpu_index = rtems_scheduler_get_processor_maximum();
text: |
- While the ${../if/ident-by-processor:/params[0]/name} parameter greater
- than or equal to the processor maximum.
+ While the ${../if/ident-by-processor:/params[0]/name} parameter is
+ greater than or equal to the processor maximum.
- name: Valid
test-code: |
if ( ctx->cpu_has_scheduler ) {
@@ -92,8 +92,8 @@ pre-conditions:
ctx->cpu_index = 1;
}
text: |
- While the ${../if/ident-by-processor:/params[0]/name} parameter less than
- the processor maximum.
+ While the ${../if/ident-by-processor:/params[0]/name} parameter is less
+ than the processor maximum.
test-epilogue: null
test-prologue: null
- name: Id