1
0

virconf: fix the inconsistent name

Fix inconsistency between function description and actual
parameter name in virConfGetValue/virConfSetValue.

Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
This commit is contained in:
Cao jin 2015-08-18 20:38:07 +08:00 committed by Michal Privoznik
parent 70f56dd72c
commit d5d710a199

View File

@ -840,7 +840,7 @@ virConfFree(virConfPtr conf)
/** /**
* virConfGetValue: * virConfGetValue:
* @conf: a configuration file handle * @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 * Lookup the value associated to this entry in the configuration file
* *
@ -870,7 +870,7 @@ virConfGetValue(virConfPtr conf, const char *setting)
/** /**
* virConfSetValue: * virConfSetValue:
* @conf: a configuration file handle * @conf: a configuration file handle
* @entry: the name of the entry * @setting: the name of the entry
* @value: the new configuration value * @value: the new configuration value
* *
* Set (or replace) the value associated to this entry in the configuration * Set (or replace) the value associated to this entry in the configuration