From a18710b3772db593ea5f061e22a8420139a94474 Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Fri, 15 Jul 2016 17:11:18 +0200 Subject: [PATCH] util: conf: Fix comment for virConfGetValueULLong() The name of the function is not virConfGetValueULongLong(). --- src/util/virconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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