[lxc-devel] [PATCH 2/2] fix comment

Ferenc Wagner wferi at niif.hu
Thu Jun 10 10:21:10 UTC 2010


Signed-off-by: Ferenc Wagner <wferi at niif.hu>
---
 src/lxc/conf.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/lxc/conf.c b/src/lxc/conf.c
index 5968882..66c60a8 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)) {
-- 
1.6.5





More information about the lxc-devel mailing list