Correct a few typos
[openwrt.git] / package / base-files / default / sbin / mount_root
index 693c694..427ff04 100755 (executable)
@@ -30,7 +30,7 @@ if [ "$1" != "failsafe" ]; then
                        pivot_root /jffs /jffs/rom
                        mount none /proc -t proc
                        mount none /dev -t devfs
-                       umount /rom/proc rom/dev >&-
+                       umount /rom/proc /rom/dev >&-
                fi
        fi
 fi
This page took 0.019697 seconds and 4 git commands to generate.