lib: Fix docs about return value of virDomainGetVcpusFlags()

The return value description stated that 0 is returned in case of success
instead of the count of vCPUs.
This commit is contained in:
Peter Krempa 2013-04-15 11:04:56 +02:00
parent 3208c562b4
commit 13f2608126

View File

@ -8968,7 +8968,7 @@ error:
* virtual CPU limit is queried. Otherwise, this call queries the
* current virtual CPU limit.
*
* Returns 0 in case of success, -1 in case of failure.
* Returns the number of vCPUs in case of success, -1 in case of failure.
*/
int