Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
ActoryOu committed Oct 17, 2024
1 parent 145eaac commit be8b4f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit-test/FreeRTOS_IP_Timers/FreeRTOS_IP_Timers_utest.c
Original file line number Diff line number Diff line change
Expand Up @@ -472,11 +472,11 @@ void test_vCheckNetworkTimers_NDTimerActiveAndExpired( void )
}

/**
* @brief test_vCheckNetworkTimers_NDesolutionTimerActiveAndExpiredNullBuffer
* @brief test_vCheckNetworkTimers_NDResolutionTimerActiveAndExpiredNullBuffer
* To validate if vCheckNetworkTimers() handles ND resolution timer expired event as expected.
* And there is no buffer waiting for ND reply.
*/
void test_vCheckNetworkTimers_NDesolutionTimerActiveAndExpiredNullBuffer( void )
void test_vCheckNetworkTimers_NDResolutionTimerActiveAndExpiredNullBuffer( void )
{
xARPTimer.bActive = pdFALSE;
xNDTimer.bActive = pdFALSE;
Expand Down

0 comments on commit be8b4f9

Please sign in to comment.