[rtems-central commit] spec: Add missing verb

Sebastian Huber sebh at rtems.org
Tue Nov 21 13:35:41 UTC 2023


Module:    rtems-central
Branch:    master
Commit:    f2b8d9ff4a58359f659028bee7693d2071751500
Changeset: http://git.rtems.org/rtems-central/commit/?id=f2b8d9ff4a58359f659028bee7693d2071751500

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Nov 21 11:13:16 2023 +0100

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



More information about the vc mailing list