--- src/libvirt.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/libvirt.c b/src/libvirt.c index 2c2866e..3b41f1d 100644 --- a/src/libvirt.c +++ b/src/libvirt.c @@ -2992,11 +2992,11 @@ error: * virDomainSetMemoryParameters: * @domain: pointer to domain object * @params: pointer to memory parameter objects - * @nparams: number of memory parameter (this value should be same or + * @nparams: number of memory parameter (this value can be the same or * less than the number of parameters supported) * @flags: currently unused, for future extension * - * Change the memory tunables + * Change all or a subset of the memory tunables. * This function requires privileged access to the hypervisor. * * Returns -1 in case of error, 0 in case of success. @@ -3118,11 +3118,11 @@ error: * virDomainSetBlkioParameters: * @domain: pointer to domain object * @params: pointer to blkio parameter objects - * @nparams: number of blkio parameters (this value should be same or + * @nparams: number of blkio parameters (this value can be the same or * less than the number of parameters supported) * @flags: currently unused, for future extension * - * Change the blkio tunables + * Change all or a subset of the blkio tunables. * This function requires privileged access to the hypervisor. * * Returns -1 in case of error, 0 in case of success. -- 1.7.0.4 -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list