Skip to content

Commit 39e66ba

Browse files
bgigousRobertCNelson
authored andcommitted
Minor edits for readability
1 parent 357d50d commit 39e66ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boot/generic-startup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
echo "generic-board-startup: start"
44

55
#eMMC flasher just exited single user mode via: [exec /sbin/init]
6-
#as we can't shudown properly in single user mode..
6+
#as we can't shutdown properly in single user mode
77
unset are_we_flasher
88
are_we_flasher=$(grep init-eMMC-flasher /proc/cmdline || true)
99
if [ ! "x${are_we_flasher}" = "x" ] ; then

0 commit comments

Comments
 (0)