From: Andrea Bolognani Date: Fri, 15 Jul 2016 15:11:18 +0000 (+0200) Subject: util: conf: Fix comment for virConfGetValueULLong() X-Git-Tag: v2.1.0-rc1~135 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a18710b3772db593ea5f061e22a8420139a94474;p=thirdparty%2Flibvirt.git util: conf: Fix comment for virConfGetValueULLong() The name of the function is not virConfGetValueULongLong(). --- diff --git a/src/util/virconf.c b/src/util/virconf.c index 6e1d2f42be..d63553908a 100644 --- a/src/util/virconf.c +++ b/src/util/virconf.c @@ -1336,7 +1336,7 @@ int virConfGetValueLLong(virConfPtr conf, /** - * virConfGetValueULongLong: + * virConfGetValueULLong: * @conf: the config object * @setting: the config entry name * @value: pointer to hold integer value