diff options
Diffstat (limited to 'miscutils/flash_eraseall.c')
-rw-r--r-- | miscutils/flash_eraseall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/flash_eraseall.c b/miscutils/flash_eraseall.c index 3e0c06ffd..4f3e94dc1 100644 --- a/miscutils/flash_eraseall.c +++ b/miscutils/flash_eraseall.c | |||
@@ -97,7 +97,7 @@ int flash_eraseall_main(int argc UNUSED_PARAM, char **argv) | |||
97 | if (clmlen > 8) | 97 | if (clmlen > 8) |
98 | clmlen = 8; | 98 | clmlen = 8; |
99 | if (clmlen == 0) | 99 | if (clmlen == 0) |
100 | bb_error_msg_and_die("Autoplacement selected and no empty space in oob"); | 100 | bb_error_msg_and_die("autoplacement selected and no empty space in oob"); |
101 | } else { | 101 | } else { |
102 | /* Legacy mode */ | 102 | /* Legacy mode */ |
103 | switch (meminfo.oobsize) { | 103 | switch (meminfo.oobsize) { |