validation: Fix typo

This commit is contained in:
Sebastian Huber
2024-04-17 11:22:01 +02:00
committed by Amar Takhar
parent ae00fcabed
commit d7447b2a5e

View File

@@ -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 );