aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2019-05-16 14:31:58 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2019-05-16 14:31:58 +0200
commita51eec0b5aaee3835a54ca35c65e3cfc87004b97 (patch)
treef38f742d8a80af4bd8c95b7cece16fa33782a597
parent0ee0b658b3b651d952965dd85a7b1dd0ac5312dc (diff)
downloadbusybox-w32-a51eec0b5aaee3835a54ca35c65e3cfc87004b97.tar.gz
busybox-w32-a51eec0b5aaee3835a54ca35c65e3cfc87004b97.tar.bz2
busybox-w32-a51eec0b5aaee3835a54ca35c65e3cfc87004b97.zip
typo fix in comment
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rwxr-xr-xexamples/shutdown-1.0/script/stop_storage2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/shutdown-1.0/script/stop_storage b/examples/shutdown-1.0/script/stop_storage
index 1be5f735b..50f3b4dd2 100755
--- a/examples/shutdown-1.0/script/stop_storage
+++ b/examples/shutdown-1.0/script/stop_storage
@@ -4,7 +4,7 @@
4# Repeat. 4# Repeat.
5 5
6umountcnt=2 6umountcnt=2
7writeout=0 # increase if your kernel doesn ot guarantee writes to complete 7writeout=0 # increase if your kernel does not guarantee writes to complete
8 8
9# No /usr - we are expecting all binaries to be accessible 9# No /usr - we are expecting all binaries to be accessible
10# from root fs alone 10# from root fs alone