Skip to content

Commit e899b7c

Browse files
committed
minor copy/pasta typo
1 parent e8c447c commit e899b7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tasks.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@
102102
#define tskSUSPENDED_CHAR ( 'S' )
103103

104104
/*
105-
* Some kernel aware debuggers require the data the debugger needs access to to
106-
* be global, rather than file scope.
105+
* Some kernel aware debuggers require the data the debugger needs access to be
106+
* global, rather than file scope.
107107
*/
108108
#ifdef portREMOVE_STATIC_QUALIFIER
109109
#define static

0 commit comments

Comments
 (0)