diff --git a/portable/MemMang/heap_5.c b/portable/MemMang/heap_5.c index 127b28f5e..18234626a 100644 --- a/portable/MemMang/heap_5.c +++ b/portable/MemMang/heap_5.c @@ -214,7 +214,7 @@ void * pvPortMalloc( size_t xWantedSize ) size_t xAdditionalRequiredSize; /* The heap must be initialised before the first call to - * prvPortMalloc(). */ + * pvPortMalloc(). */ configASSERT( pxEnd ); if( xWantedSize > 0 )