From 4f9293b1f07722f18023bbec06c2a3719335d8f7 Mon Sep 17 00:00:00 2001 From: Ferenc Wagner Date: Fri, 11 Jun 2010 15:56:25 +0200 Subject: [PATCH] fix comment Signed-off-by: Ferenc Wagner Signed-off-by: Daniel Lezcano --- src/lxc/conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) { -- 2.47.2