提交 d5d710a1 编写于 作者: C Cao jin 提交者: Michal Privoznik

virconf: fix the inconsistent name

Fix inconsistency between function description and actual
parameter name in virConfGetValue/virConfSetValue.
Signed-off-by: NCao jin <caoj.fnst@cn.fujitsu.com>
上级 70f56dd7
...@@ -840,7 +840,7 @@ virConfFree(virConfPtr conf) ...@@ -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) ...@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册