From: Ferenc Wagner Date: Fri, 11 Jun 2010 13:56:25 +0000 (+0200) Subject: fix comment X-Git-Tag: lxc-0.7.0~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f9293b1f07722f18023bbec06c2a3719335d8f7;p=thirdparty%2Flxc.git fix comment Signed-off-by: Ferenc Wagner Signed-off-by: Daniel Lezcano --- diff --git a/src/lxc/conf.c b/src/lxc/conf.c index 596888214..66c60a8d7 100644 --- a/src/lxc/conf.c +++ b/src/lxc/conf.c @@ -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)) {