]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: command: Fix function name in comment
authorPeter Krempa <pkrempa@redhat.com>
Mon, 22 Jul 2019 08:20:10 +0000 (10:20 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 25 Jul 2019 11:21:32 +0000 (13:21 +0200)
commit6115b5e7d046545647b6aa630f48511da820eba3
tree9e416aa67490d1ff44edb10e227f1d49c19f1829
parent188de4f52979fbd5ef4f6895a8ba354b5104e3ac
qemu: command: Fix function name in comment

In commit 042c95bd194 qemuBuildStorageSourceChainAttachPrepareBlockdev
was added but the comment for the function mentions
qemuBuildStorageSourceChainAttachPrepareDrive. Fix the mistake.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_command.c