]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
fix comment
authorFerenc Wagner <wferi@niif.hu>
Fri, 11 Jun 2010 13:56:25 +0000 (15:56 +0200)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Fri, 11 Jun 2010 13:56:25 +0000 (15:56 +0200)
Signed-off-by: Ferenc Wagner <wferi@niif.hu>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
src/lxc/conf.c

index 59688821421b93842c0e99bf8bd6be93495a4366..66c60a8d7c60b10afb9f7a6f5d1aee02628db70c 100644 (file)
@@ -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)) {