From: Cao jin Date: Wed, 19 Aug 2015 02:36:28 +0000 (+0800) Subject: virConfWalk: fix the inconsistent name X-Git-Tag: v1.2.19-rc1~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cbeb487133372e21d69b30752e534ff28f4527d;p=thirdparty%2Flibvirt.git virConfWalk: fix the inconsistent name Fix inconsistency between function description and actual parameter name. Signed-off-by: Cao jin --- diff --git a/src/util/virconf.c b/src/util/virconf.c index bbe1e9b2d8..28704127e5 100644 --- a/src/util/virconf.c +++ b/src/util/virconf.c @@ -930,7 +930,7 @@ virConfSetValue(virConfPtr conf, * virConfWalk: * @conf: a configuration file handle * @callback: the function to call to process each entry - * @data: obscure data passed to callback + * @opaque: obscure data passed to callback * * Walk over all entries of the configuration file and run the callback * for each with entry name, value and the obscure data.