Commit 4f9293b1 by Ferenc Wagner Committed by Daniel Lezcano

fix comment

parent 3103609d
......@@ -547,7 +547,7 @@ static int setup_rootfs_pivot_root(const char *rootfs, const char *pivotdir)
if (!pivotdir)
pivotdir = "mnt";
/* create a default mountpoint if none specified */
/* compute the full path to pivotdir under rootfs */
snprintf(path, sizeof(path), "%s/%s", rootfs, pivotdir);
if (access(path, F_OK)) {
......
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