From: Michal Privoznik Date: Fri, 27 Mar 2015 10:24:16 +0000 (+0100) Subject: virCgroupNewPartition: Fix comment X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=0a09bcdc7f9abca1b94074f59f85972df3e74fef;p=people%2Fliuw%2Flibxenctrl-split%2Flibvirt.git virCgroupNewPartition: Fix comment The function has no argument named @name rather than @path instead. The comment is, however, referring to @name while it should have been referring to @path really. Signed-off-by: Michal Privoznik --- diff --git a/src/util/vircgroup.c b/src/util/vircgroup.c index 7c594280e..cc67f151b 100644 --- a/src/util/vircgroup.c +++ b/src/util/vircgroup.c @@ -1290,7 +1290,7 @@ virCgroupSetPartitionSuffix(const char *path, char **res) * @controllers: mask of controllers to create * * Creates a new cgroup to represent the resource - * partition path identified by @name. + * partition path identified by @path. * * Returns 0 on success, -1 on failure */