diff --git a/source/include/NetworkBufferManagement.h b/source/include/NetworkBufferManagement.h index c209217c2..09f2f7f99 100644 --- a/source/include/NetworkBufferManagement.h +++ b/source/include/NetworkBufferManagement.h @@ -46,11 +46,11 @@ BaseType_t xNetworkBuffersInitialise( void ); NetworkBufferDescriptor_t * pxGetNetworkBufferWithDescriptor( size_t xRequestedSizeBytes, TickType_t xBlockTimeTicks ); -/* The definition of the below function is only available if BufferAllocation_2.c has been linked into the source. */ +/* The definition of the below function is only available if BufferAllocation_1.c has been linked into the source. */ NetworkBufferDescriptor_t * pxNetworkBufferGetFromISR( size_t xRequestedSizeBytes ); void vReleaseNetworkBufferAndDescriptor( NetworkBufferDescriptor_t * const pxNetworkBuffer ); -/* The definition of the below function is only available if BufferAllocation_2.c has been linked into the source. */ +/* The definition of the below function is only available if BufferAllocation_1.c has been linked into the source. */ BaseType_t vNetworkBufferReleaseFromISR( NetworkBufferDescriptor_t * const pxNetworkBuffer ); uint8_t * pucGetNetworkBuffer( size_t * pxRequestedSizeBytes ); void vReleaseNetworkBuffer( uint8_t * pucEthernetBuffer );