From ada5f9ceb805e8c1a670f56ff7aef55a6a1c5c75 Mon Sep 17 00:00:00 2001 From: Philipp Hahn Date: Mon, 22 Jul 2013 13:58:16 +0200 Subject: [PATCH] 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 --- src/libvirt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libvirt.c b/src/libvirt.c index 3b4d360c93..444c1c3293 100644 --- a/src/libvirt.c +++ b/src/libvirt.c @@ -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 -- 2.47.2