From: Christophe Fergeau Date: Wed, 7 Dec 2011 16:55:40 +0000 (+0100) Subject: Fix typo in virDomainResume API doc X-Git-Tag: v0.9.8~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fdfd8b6af6e1b80009c358d1cabfac6d9ea4a0f;p=thirdparty%2Flibvirt.git Fix typo in virDomainResume API doc It's referring to virSuspendDomain instead of virDomainSuspend. --- diff --git a/src/libvirt.c b/src/libvirt.c index 68074e78fd..9977915183 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.