From c46fa72e4090b7884b8c6edaf63f1638eb8e04f8 Mon Sep 17 00:00:00 2001 From: Jincheng Miao Date: Mon, 22 Sep 2014 18:14:28 +0800 Subject: [PATCH] Fix typo of virNodeGetFreePages comment Signed-off-by: Jincheng Miao --- src/libvirt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libvirt.c b/src/libvirt.c index 7c63825120..aa833650d3 100644 --- a/src/libvirt.c +++ b/src/libvirt.c @@ -21307,7 +21307,7 @@ virDomainSetTime(virDomainPtr dom, * @flags: extra flags; not used yet, so callers should always pass 0 * * This calls queries the host system on free pages of - * specified size. Ont the input, @pages is expected to be + * specified size. For the input, @pages is expected to be * filled with pages that caller is interested in (the size * unit is kibibytes, so e.g. pass 2048 for 2MB), then @startcell * refers to the first NUMA node that info should be collected -- 2.39.5