Fix inconsistency between function description and actual
parameter name in virConfGetValue/virConfSetValue.
Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
/**
* 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
*
/**
* 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