mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-16 17:57:44 -04:00
+TCP: Fix spellings (#302)
* MISRA v5 * Add spelling corrections * Update after Shubham's comments * Actually fix the spelling
This commit is contained in:
parent
ab70c1ce33
commit
6fb8b1fc33
41 changed files with 109 additions and 112 deletions
|
@ -627,7 +627,7 @@ static void prvInitialiseDHCP( void )
|
|||
}
|
||||
else
|
||||
{
|
||||
/* There was a problem with the randomiser. */
|
||||
/* There was a problem with the randomizer. */
|
||||
}
|
||||
}
|
||||
/*-----------------------------------------------------------*/
|
||||
|
@ -906,7 +906,7 @@ void *pvCopyDest;
|
|||
pxNetworkBuffer = pxGetNetworkBufferWithDescriptor( sizeof( UDPPacket_t ) + uxRequiredBufferSize, portMAX_DELAY );
|
||||
} while( pxNetworkBuffer == NULL );
|
||||
|
||||
/* Leave space for the UPD header. */
|
||||
/* Leave space for the UDP header. */
|
||||
pucUDPPayloadBuffer = &( pxNetworkBuffer->pucEthernetBuffer[ ipUDP_PAYLOAD_OFFSET_IPv4 ] );
|
||||
pxDHCPMessage = ipCAST_PTR_TO_TYPE_PTR( DHCPMessage_IPv4_t, pucUDPPayloadBuffer );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue