From 83b5b2495045d4ad43ea0510f946b70d298d3d70 Mon Sep 17 00:00:00 2001 From: Asmeili <51125377+Asmeili@users.noreply.github.com> Date: Wed, 28 Feb 2024 12:21:29 +0100 Subject: [PATCH] Fix typo in croutine.c (#1004) --- croutine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/croutine.c b/croutine.c index 86256bcd1..84e1b99bd 100644 --- a/croutine.c +++ b/croutine.c @@ -30,7 +30,7 @@ #include "task.h" #include "croutine.h" -/* Remove the whole file is co-routines are not being used. */ +/* Remove the whole file if co-routines are not being used. */ #if ( configUSE_CO_ROUTINES != 0 ) /*