Unverified Commit c2fc2033 by Evgeni Golov Committed by Stéphane Graber

fix typo introduced in #1509

parent 34b87922
...@@ -865,7 +865,7 @@ static int mount_rootfs(const char *rootfs, const char *target, const char *opti ...@@ -865,7 +865,7 @@ static int mount_rootfs(const char *rootfs, const char *target, const char *opti
} }
if (access(absrootfs, F_OK)) { if (access(absrootfs, F_OK)) {
SYSERROR("Th rootfs \"%s\" is not accessible.", absrootfs); SYSERROR("The rootfs \"%s\" is not accessible.", absrootfs);
return -1; return -1;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment