[rtems commit] validation: Fix typo

Sebastian Huber sebh at rtems.org
Wed Apr 17 09:23:48 UTC 2024


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Apr 17 11:22:01 2024 +0200

validation: Fix typo

---

 testsuites/validation/tr-mtx-seize-wait.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuites/validation/tr-mtx-seize-wait.c b/testsuites/validation/tr-mtx-seize-wait.c
index fa369e43db..2e2fe9d1ec 100644
--- a/testsuites/validation/tr-mtx-seize-wait.c
+++ b/testsuites/validation/tr-mtx-seize-wait.c
@@ -710,7 +710,7 @@ static void ScoreMtxReqSeizeWait_Post_Enqueued_Check(
 
     case ScoreMtxReqSeizeWait_Post_Enqueued_PriorityInherit: {
       /*
-       * The calling thread shall be enqueued in priority order with priorit
+       * The calling thread shall be enqueued in priority order with priority
        * inheritance.
        */
       ScoreTqReqEnqueuePriorityInherit_Run( &ctx->tq_ctx->base );



More information about the vc mailing list