]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
util: conf: Fix comment for virConfGetValueULLong()
authorAndrea Bolognani <abologna@redhat.com>
Fri, 15 Jul 2016 15:11:18 +0000 (17:11 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 18 Jul 2016 13:49:57 +0000 (15:49 +0200)
The name of the function is not virConfGetValueULongLong().

src/util/virconf.c

index 6e1d2f42be8e95e0e03ac854235ee89649753b62..d63553908a325001fdb38e9f8128d544fdaf9a28 100644 (file)
@@ -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