[libvirt] [PATCH 1/2] Fix typo in virDomainResume API doc

Christophe Fergeau cfergeau at redhat.com
Wed Dec 7 16:55:40 UTC 2011


It's referring to virSuspendDomain instead of
virDomainSuspend.
---
 src/libvirt.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/libvirt.c b/src/libvirt.c
index 68074e7..9977915 100644
--- a/src/libvirt.c
+++ b/src/libvirt.c
@@ -2391,7 +2391,7 @@ error:
  * @domain: a domain object
  *
  * Resume a suspended domain, the process is restarted from the state where
- * it was frozen by calling virSuspendDomain().
+ * it was frozen by calling virDomainSuspend().
  * This function may require privileged access
  *
  * Returns 0 in case of success and -1 in case of failure.
-- 
1.7.7.3




More information about the libvir-list mailing list