Skip to content

Commit 83b5b24

Browse files
authored
Fix typo in croutine.c (#1004)
1 parent 61111b1 commit 83b5b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: croutine.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#include "task.h"
3131
#include "croutine.h"
3232

33-
/* Remove the whole file is co-routines are not being used. */
33+
/* Remove the whole file if co-routines are not being used. */
3434
#if ( configUSE_CO_ROUTINES != 0 )
3535

3636
/*

0 commit comments

Comments
 (0)