From f2b8d9ff4a58359f659028bee7693d2071751500 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 21 Nov 2023 11:13:16 +0100 Subject: spec: Add missing verb --- spec/rtems/scheduler/req/ident-by-processor.yml | 8 ++++---- 1 file 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 -- cgit v1.2.3