]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Fix typo in qemuBuilNumaCellCache
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 15 Sep 2021 13:47:16 +0000 (15:47 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 16 Sep 2021 06:45:48 +0000 (08:45 +0200)
commit306a1ee685df0a0b871b795935ab6ed685d6de19
treed2e25efb5c5841bba3649af0c6319e2190999396
parent815056cef8dac827b07e76bf84c87eec0f9ac7ed
qemu: Fix typo in qemuBuilNumaCellCache

The function should be named qemuBuildNumaCellCache (note the
missing 'd' in Build).

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_command.c