From aadf2203f3e3d09380e8ad8327b7d782d4e281b0 Mon Sep 17 00:00:00 2001 From: Ching-Hsin Lee Date: Thu, 25 Jan 2024 16:50:49 +0800 Subject: [PATCH] Update for comment --- include/portable.h | 4 ++-- include/timers.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/portable.h b/include/portable.h index d196b441b2..550da656fe 100644 --- a/include/portable.h +++ b/include/portable.h @@ -191,8 +191,8 @@ size_t xPortGetMinimumEverFreeHeapSize( void ) PRIVILEGED_FUNCTION; #endif /* - * This function resets the internal state of the heap module. This function - * must be called by the application before restarting the scheduler. + * This function resets the internal state of the heap module. It must be called + * by the application before restarting the scheduler. */ void vPortHeapResetState( void ) PRIVILEGED_FUNCTION; diff --git a/include/timers.h b/include/timers.h index 448796e891..92d078e14b 100644 --- a/include/timers.h +++ b/include/timers.h @@ -1418,8 +1418,8 @@ BaseType_t xTimerGenericCommandFromISR( TimerHandle_t xTimer, #endif /* - * This function resest the internal state of the timer module. This function - * must be called by the application before restarting the scheduler. + * This function resets the internal state of the timer module. It must be called + * by the application before restarting the scheduler. */ void vTimerResetState( void ) PRIVILEGED_FUNCTION;