[rtems commit] validation: Fix wording

Sebastian Huber sebh at rtems.org
Thu Oct 6 06:52:26 UTC 2022


Module:    rtems
Branch:    master
Commit:    3bad6b8ff9f35d72b68846794e66c242823d2f78
Changeset: http://git.rtems.org/rtems/commit/?id=3bad6b8ff9f35d72b68846794e66c242823d2f78

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Oct  6 09:00:22 2022 +0200

validation: Fix wording

---

 testsuites/validation/tc-acfg-default.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/testsuites/validation/tc-acfg-default.c b/testsuites/validation/tc-acfg-default.c
index 95fa497cf1..04876285fb 100644
--- a/testsuites/validation/tc-acfg-default.c
+++ b/testsuites/validation/tc-acfg-default.c
@@ -74,10 +74,10 @@
  *
  *   - Check the configured CONFIGURE_IDLE_TASK_BODY.
  *
- *   - Check the default value CONFIGURE_IDLE_TASK_STACK_SIZE where the
+ *   - Check the default value of CONFIGURE_IDLE_TASK_STACK_SIZE where the
  *     optional BSP-provided default value is enabled.
  *
- *   - Check the default value CONFIGURE_INTERRUPT_STACK_SIZE where the
+ *   - Check the default value of CONFIGURE_INTERRUPT_STACK_SIZE where the
  *     optional BSP-provided default value is enabled.
  *
  *   - Check the BSP-provided initial extension is registered.
@@ -160,8 +160,8 @@ static void AcfgValDefault_Action_0( void )
   T_step_eq_ptr( 0, rtems_configuration_get_idle_task(), IdleBody );
 
   /*
-   * Check the default value CONFIGURE_IDLE_TASK_STACK_SIZE where the optional
-   * BSP-provided default value is enabled.
+   * Check the default value of CONFIGURE_IDLE_TASK_STACK_SIZE where the
+   * optional BSP-provided default value is enabled.
    */
   T_step_eq_sz(
     1,
@@ -174,8 +174,8 @@ static void AcfgValDefault_Action_0( void )
   );
 
   /*
-   * Check the default value CONFIGURE_INTERRUPT_STACK_SIZE where the optional
-   * BSP-provided default value is enabled.
+   * Check the default value of CONFIGURE_INTERRUPT_STACK_SIZE where the
+   * optional BSP-provided default value is enabled.
    */
   T_step_eq_sz(
     2,



More information about the vc mailing list