aboutsummaryrefslogtreecommitdiffstats
path: root/os/nil/src/nil.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/nil/src/nil.c')
-rw-r--r--os/nil/src/nil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/nil/src/nil.c b/os/nil/src/nil.c
index d983a5f44..766f17162 100644
--- a/os/nil/src/nil.c
+++ b/os/nil/src/nil.c
@@ -101,7 +101,7 @@ void chSysInit(void) {
tp->stklim = THD_IDLE_BASE;
#endif
- /* Runs the highest priority thread, the current one becomes the null
+ /* Runs the highest priority thread, the current one becomes the idle
thread.*/
nil.current = nil.next = nil.threads;
port_switch(nil.current, tp);