summaryrefslogtreecommitdiff
path: root/apps/system/poweroff/poweroff.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/poweroff/poweroff.c')
-rw-r--r--apps/system/poweroff/poweroff.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/system/poweroff/poweroff.c b/apps/system/poweroff/poweroff.c
index dd08b177a..916936a80 100644
--- a/apps/system/poweroff/poweroff.c
+++ b/apps/system/poweroff/poweroff.c
@@ -51,10 +51,10 @@ int poweroff_main(int argc, char *argv[])
* a new process with nsh poweroff)
* - wait for some time (~0.5 second for VSN), that SDcard is flashed and synced
* - call poweroff
- *
+ *
* TODO on boot:
* - if external key is pressed, do not start the nsh! but wait until it is released
- * (to get rid of bad mounts of the sdcard etc.) this could be handled in the
+ * (to get rid of bad mounts of the sdcard etc.) this could be handled in the
* button driver immediately on system boot
*/