diff --git a/src/libvirt.c b/src/libvirt.c index 68074e78fdeab3b981ac82f3bb384a2ff5afe832..9977915183b7e626f38b1a92fe9aaf5050302782 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.