]> xenbits.xensource.com Git - libvirt.git/commitdiff
Fix typo in virDomainResume API doc
authorChristophe Fergeau <cfergeau@redhat.com>
Wed, 7 Dec 2011 16:55:40 +0000 (17:55 +0100)
committerEric Blake <eblake@redhat.com>
Wed, 7 Dec 2011 17:04:23 +0000 (10:04 -0700)
It's referring to virSuspendDomain instead of
virDomainSuspend.

src/libvirt.c

index 68074e78fdeab3b981ac82f3bb384a2ff5afe832..9977915183b7e626f38b1a92fe9aaf5050302782 100644 (file)
@@ -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.