projects
/
oweals
/
ubox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4efaee5
)
fix typo
author
Luka Perkov
<luka@openwrt.org>
Thu, 24 Oct 2013 00:28:20 +0000
(
02:28
+0200)
committer
John Crispin
<blogic@openwrt.org>
Sun, 27 Oct 2013 15:01:06 +0000
(16:01 +0100)
Signed-off-by: Luka Perkov <luka@openwrt.org>
mount_root.c
patch
|
blob
|
history
diff --git
a/mount_root.c
b/mount_root.c
index 8ebd64eead3556d2cbfa7704083cefa7c3c01274..ede5718f7bc082e3bcb6faa29c5653ccc18bd63c 100644
(file)
--- a/
mount_root.c
+++ b/
mount_root.c
@@
-582,7
+582,7
@@
static int main_jffs2reset(int argc, char **argv)
mp = find_mount_point(mtd, "jffs2");
if (mp) {
- LOG("%s is mounted as %s, only er
e
asing files\n", mtd, mp);
+ LOG("%s is mounted as %s, only erasing files\n", mtd, mp);
foreachdir(mp, handle_rmdir);
mount(mp, "/", NULL, MS_REMOUNT, 0);
} else {