]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
virconf: fix the inconsistent name
authorCao jin <caoj.fnst@cn.fujitsu.com>
Tue, 18 Aug 2015 12:38:07 +0000 (20:38 +0800)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 18 Aug 2015 17:42:49 +0000 (19:42 +0200)
Fix inconsistency between function description and actual
parameter name in virConfGetValue/virConfSetValue.

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

index 01e5a6aa7046a1f43cb585493993a057661642a5..bbe1e9b2d8bb646ffb9e9bb828c56d6bca51ad82 100644 (file)
@@ -840,7 +840,7 @@ virConfFree(virConfPtr conf)
 /**
  * virConfGetValue:
  * @conf: a configuration file handle
- * @entry: the name of the entry
+ * @setting: the name of the entry
  *
  * Lookup the value associated to this entry in the configuration file
  *
@@ -870,7 +870,7 @@ virConfGetValue(virConfPtr conf, const char *setting)
 /**
  * virConfSetValue:
  * @conf: a configuration file handle
- * @entry: the name of the entry
+ * @setting: the name of the entry
  * @value: the new configuration value
  *
  * Set (or replace) the value associated to this entry in the configuration