]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
virConfWalk: fix the inconsistent name
authorCao jin <caoj.fnst@cn.fujitsu.com>
Wed, 19 Aug 2015 02:36:28 +0000 (10:36 +0800)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 19 Aug 2015 23:03:42 +0000 (01:03 +0200)
Fix inconsistency between function description and actual
parameter name.

Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
src/util/virconf.c

index bbe1e9b2d8bb646ffb9e9bb828c56d6bca51ad82..28704127e598c2c2395c26af5fe5310479174545 100644 (file)
@@ -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.