Skip to content

Commit be8b4f9

Browse files
committed
Fix spelling
1 parent 145eaac commit be8b4f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unit-test/FreeRTOS_IP_Timers/FreeRTOS_IP_Timers_utest.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -472,11 +472,11 @@ void test_vCheckNetworkTimers_NDTimerActiveAndExpired( void )
472472
}
473473

474474
/**
475-
* @brief test_vCheckNetworkTimers_NDesolutionTimerActiveAndExpiredNullBuffer
475+
* @brief test_vCheckNetworkTimers_NDResolutionTimerActiveAndExpiredNullBuffer
476476
* To validate if vCheckNetworkTimers() handles ND resolution timer expired event as expected.
477477
* And there is no buffer waiting for ND reply.
478478
*/
479-
void test_vCheckNetworkTimers_NDesolutionTimerActiveAndExpiredNullBuffer( void )
479+
void test_vCheckNetworkTimers_NDResolutionTimerActiveAndExpiredNullBuffer( void )
480480
{
481481
xARPTimer.bActive = pdFALSE;
482482
xNDTimer.bActive = pdFALSE;

0 commit comments

Comments
 (0)