mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +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;
|
||||
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user