From 9f6f787131a699ee679c10453ef73c4da262473b Mon Sep 17 00:00:00 2001 From: chinglee-iot <61685396+chinglee-iot@users.noreply.github.com> Date: Wed, 6 Mar 2024 15:01:57 +0800 Subject: [PATCH] Update include/list.h Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com> --- include/list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/list.h b/include/list.h index 41d56b54e..091553dd1 100644 --- a/include/list.h +++ b/include/list.h @@ -298,7 +298,7 @@ typedef struct xLIST #else /* #if ( configNUMBER_OF_CORES == 1 ) */ /* This function is not required in SMP. FreeRTOS SMP scheduler doesn't use - * pxIndex and it should always points to the xListEnd. Not defining this macro + * pxIndex and it should always point to the xListEnd. Not defining this macro * here to prevent updating pxIndex. */ #endif /* #if ( configNUMBER_OF_CORES == 1 ) */