diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2019-05-16 14:31:58 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2019-05-16 14:31:58 +0200 |
commit | a51eec0b5aaee3835a54ca35c65e3cfc87004b97 (patch) | |
tree | f38f742d8a80af4bd8c95b7cece16fa33782a597 | |
parent | 0ee0b658b3b651d952965dd85a7b1dd0ac5312dc (diff) | |
download | busybox-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-x | examples/shutdown-1.0/script/stop_storage | 2 |
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 | ||
6 | umountcnt=2 | 6 | umountcnt=2 |
7 | writeout=0 # increase if your kernel doesn ot guarantee writes to complete | 7 | writeout=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 |