[libvirt] [PATCH] build: typo fix for qemu cpu affinity

Guannan Ren gren at redhat.com
Sat Oct 27 14:38:07 UTC 2012


On 10/27/2012 10:09 PM, Eric Blake wrote:
> Introduced in commit 0039a32f.
>
> * src/qemu/qemu_process.c (qemuPrepareCpumap): s/covert/convert/
> ---
>
> Pushing under the trivial rule.
>
>   src/qemu/qemu_process.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/qemu/qemu_process.c b/src/qemu/qemu_process.c
> index 318875d..3ac5282 100644
> --- a/src/qemu/qemu_process.c
> +++ b/src/qemu/qemu_process.c
> @@ -1926,7 +1926,7 @@ qemuPrepareCpumap(struct qemud_driver *driver,
>               bool result;
>               if (virBitmapGetBit(nodemask, i, &result) < 0) {
>                   virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
> -                               _("Failed to covert nodeset to cpuset"));
> +                               _("Failed to convert nodeset to cpuset"));
>                   virBitmapFree(cpumap);
>                   return NULL;
>               }

  ACK




More information about the libvir-list mailing list