1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-02-07 05:57:30 +03:00

Fix typo in virDomainResume API doc

It's referring to virSuspendDomain instead of
virDomainSuspend.
This commit is contained in:
Christophe Fergeau 2011-12-07 17:55:40 +01:00 committed by Eric Blake
parent 97652044af
commit 9fdfd8b6af

View 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.