mirror of https://gitee.com/openkylin/libvirt.git
util: conf: Fix comment for virConfGetValueULLong()
The name of the function is not virConfGetValueULongLong().
This commit is contained in:
parent
a6a1cb6ae3
commit
a18710b377
src/util
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue