diff options
author | Denys Vlasenko | 2019-05-16 14:31:58 +0200 |
---|---|---|
committer | Denys Vlasenko | 2019-05-16 14:31:58 +0200 |
commit | a51eec0b5aaee3835a54ca35c65e3cfc87004b97 (patch) | |
tree | f38f742d8a80af4bd8c95b7cece16fa33782a597 /examples/shutdown-1.0/script | |
parent | 0ee0b658b3b651d952965dd85a7b1dd0ac5312dc (diff) | |
download | busybox-a51eec0b5aaee3835a54ca35c65e3cfc87004b97.zip busybox-a51eec0b5aaee3835a54ca35c65e3cfc87004b97.tar.gz |
typo fix in comment
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'examples/shutdown-1.0/script')
-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 1be5f73..50f3b4d 100755 --- a/examples/shutdown-1.0/script/stop_storage +++ b/examples/shutdown-1.0/script/stop_storage @@ -4,7 +4,7 @@ # Repeat. umountcnt=2 -writeout=0 # increase if your kernel doesn ot guarantee writes to complete +writeout=0 # increase if your kernel does not guarantee writes to complete # No /usr - we are expecting all binaries to be accessible # from root fs alone |