Fix typo in comment (#910)

Co-authored-by: Tony Josi <tonyjosi@amazon.com>
Co-authored-by: Soren Ptak <ptaksoren@gmail.com>
Co-authored-by: Rahul Kar <118818625+kar-rahul-aws@users.noreply.github.com>
Co-authored-by: Nikhil Kamath <110539926+amazonKamath@users.noreply.github.com>
This commit is contained in:
Legend 2023-11-29 23:32:30 +08:00 committed by GitHub
parent 6a9f5a244a
commit 592bfe0e01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 )