From 0a09bcdc7f9abca1b94074f59f85972df3e74fef Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Fri, 27 Mar 2015 11:24:16 +0100 Subject: [PATCH] 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 --- src/util/vircgroup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/vircgroup.c b/src/util/vircgroup.c index 7c594280e6..cc67f151b8 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 */