mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 06:05:27 +00:00
doc: Fix copy-paste-error in virNodeGetMemoryStats
The description seems to be copied from virNodeGetCpuState. Change wrong 'cpu' to 'memory'. Signed-off-by: Philipp Hahn <hahn@univention.de>
This commit is contained in:
parent
162e47795d
commit
ada5f9ceb8
@ -7661,7 +7661,7 @@ error:
|
||||
* @flags: extra flags; not used yet, so callers should always pass 0
|
||||
*
|
||||
* This function provides memory stats of the node.
|
||||
* If you want to get total cpu statistics of the node, you must specify
|
||||
* If you want to get total memory statistics of the node, you must specify
|
||||
* VIR_NODE_MEMORY_STATS_ALL_CELLS to @cellNum.
|
||||
* The @params array will be filled with the values equal to the number of
|
||||
* stats suggested by @nparams
|
||||
|
Loading…
Reference in New Issue
Block a user