From 9fdfd8b6af6e1b80009c358d1cabfac6d9ea4a0f Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Wed, 7 Dec 2011 17:55:40 +0100 Subject: [PATCH] Fix typo in virDomainResume API doc It's referring to virSuspendDomain instead of virDomainSuspend. --- src/libvirt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- GitLab