aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-01-14 15:42:40 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-01-14 15:42:40 +0000
commit6e4f971d5f5f12e96581d8b7221afc81d923cd7c (patch)
tree064a60952d2844aba1640825a6156a2bf97634d2 /os
parentf3edbee78aa8d73ce232af0957eb5ca66bc6dac2 (diff)
downloadChibiOS-6e4f971d5f5f12e96581d8b7221afc81d923cd7c.tar.gz
ChibiOS-6e4f971d5f5f12e96581d8b7221afc81d923cd7c.tar.bz2
ChibiOS-6e4f971d5f5f12e96581d8b7221afc81d923cd7c.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8753 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-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);