mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-24 05:25:18 +00:00
build: typo fix for qemu cpu affinity
Introduced in commit 0039a32f. * src/qemu/qemu_process.c (qemuPrepareCpumap): s/covert/convert/
This commit is contained in:
parent
5a3501be9e
commit
dd0a7040f7
@ -1926,7 +1926,7 @@ qemuPrepareCpumap(struct qemud_driver *driver,
|
|||||||
bool result;
|
bool result;
|
||||||
if (virBitmapGetBit(nodemask, i, &result) < 0) {
|
if (virBitmapGetBit(nodemask, i, &result) < 0) {
|
||||||
virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
|
virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
|
||||||
_("Failed to covert nodeset to cpuset"));
|
_("Failed to convert nodeset to cpuset"));
|
||||||
virBitmapFree(cpumap);
|
virBitmapFree(cpumap);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user