From: Cao jin Date: Tue, 18 Aug 2015 12:38:07 +0000 (+0800) Subject: virconf: fix the inconsistent name X-Git-Tag: v1.2.19-rc1~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5d710a199644b91463fd02f9eece86841b5f03c;p=thirdparty%2Flibvirt.git virconf: fix the inconsistent name Fix inconsistency between function description and actual parameter name in virConfGetValue/virConfSetValue. Signed-off-by: Cao jin --- diff --git a/src/util/virconf.c b/src/util/virconf.c index 01e5a6aa70..bbe1e9b2d8 100644 --- a/src/util/virconf.c +++ b/src/util/virconf.c @@ -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