diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2011-07-08 05:47:49 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-07-08 05:47:49 +0200 |
commit | b5de0c12d6f1803ed6d161c9a56aab99412d3b97 (patch) | |
tree | dbaff83b9012828e1b6e51c9d45bb32c777e0505 /miscutils/nandwrite.c | |
parent | 4dc35fb5b6b574552a432622274941a6e4c67476 (diff) | |
download | busybox-w32-b5de0c12d6f1803ed6d161c9a56aab99412d3b97.tar.gz busybox-w32-b5de0c12d6f1803ed6d161c9a56aab99412d3b97.tar.bz2 busybox-w32-b5de0c12d6f1803ed6d161c9a56aab99412d3b97.zip |
typo fixes
Signed-off-by: Dan Fandrich <dan@coneharvesters.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils/nandwrite.c')
-rw-r--r-- | miscutils/nandwrite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/nandwrite.c b/miscutils/nandwrite.c index 768aed116..562a34278 100644 --- a/miscutils/nandwrite.c +++ b/miscutils/nandwrite.c | |||
@@ -38,7 +38,7 @@ | |||
38 | //usage:#define nanddump_trivial_usage | 38 | //usage:#define nanddump_trivial_usage |
39 | //usage: "[-o] [-b] [-s ADDR] [-f FILE] MTD_DEVICE" | 39 | //usage: "[-o] [-b] [-s ADDR] [-f FILE] MTD_DEVICE" |
40 | //usage:#define nanddump_full_usage "\n\n" | 40 | //usage:#define nanddump_full_usage "\n\n" |
41 | //usage: "Dump the sepcified MTD device\n" | 41 | //usage: "Dump the specified MTD device\n" |
42 | //usage: "\n -o Omit oob data" | 42 | //usage: "\n -o Omit oob data" |
43 | //usage: "\n -b Omit bad block from the dump" | 43 | //usage: "\n -b Omit bad block from the dump" |
44 | //usage: "\n -s ADDR Start address" | 44 | //usage: "\n -s ADDR Start address" |