summaryrefslogtreecommitdiff
path: root/apps/system/poweroff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/poweroff')
-rw-r--r--apps/system/poweroff/Makefile2
-rw-r--r--apps/system/poweroff/poweroff.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/apps/system/poweroff/Makefile b/apps/system/poweroff/Makefile
index eb7518fbc..382911875 100644
--- a/apps/system/poweroff/Makefile
+++ b/apps/system/poweroff/Makefile
@@ -76,7 +76,7 @@ ROOTDEPPATH = --dep-path .
# Common build
-VPATH =
+VPATH =
all: .built
.PHONY: context depend clean distclean
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
*/