9119d9
From 708b4ab4a8c7d714c7816a20f03cedbaeda891da Mon Sep 17 00:00:00 2001
9119d9
Message-Id: <708b4ab4a8c7d714c7816a20f03cedbaeda891da@dist-git>
9119d9
From: Jincheng Miao <jmiao@redhat.com>
9119d9
Date: Tue, 23 Sep 2014 10:34:05 +0200
9119d9
Subject: [PATCH] Fix typo of virNodeGetFreePages comment
9119d9
9119d9
https://bugzilla.redhat.com/show_bug.cgi?id=1145050
9119d9
9119d9
Signed-off-by: Jincheng Miao <jmiao@redhat.com>
9119d9
(cherry picked from commit c46fa72e4090b7884b8c6edaf63f1638eb8e04f8)
9119d9
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
9119d9
---
9119d9
 src/libvirt.c | 2 +-
9119d9
 1 file changed, 1 insertion(+), 1 deletion(-)
9119d9
9119d9
diff --git a/src/libvirt.c b/src/libvirt.c
9119d9
index 61d0543..d0fdf11 100644
9119d9
--- a/src/libvirt.c
9119d9
+++ b/src/libvirt.c
9119d9
@@ -21266,7 +21266,7 @@ virDomainSetTime(virDomainPtr dom,
9119d9
  * @flags: extra flags; not used yet, so callers should always pass 0
9119d9
  *
9119d9
  * This calls queries the host system on free pages of
9119d9
- * specified size. Ont the input, @pages is expected to be
9119d9
+ * specified size. For the input, @pages is expected to be
9119d9
  * filled with pages that caller is interested in (the size
9119d9
  * unit is kibibytes, so e.g. pass 2048 for 2MB), then @startcell
9119d9
  * refers to the first NUMA node that info should be collected
9119d9
-- 
9119d9
2.1.1
9119d9