From: Matthew Booth Date: Thu, 18 Feb 2010 15:40:48 +0000 (+0100) Subject: Fix typo in comment X-Git-Tag: v0.7.7~130 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27e63c003787c5a7b9d779131530ba8cc961583c;p=thirdparty%2Flibvirt.git Fix typo in comment * src/qemu/qemu_driver.c: qemudStartVMDaemon() fix typo in comment --- diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c index aaeb7f615b..0fb2413b1e 100644 --- a/src/qemu/qemu_driver.c +++ b/src/qemu/qemu_driver.c @@ -2724,7 +2724,7 @@ static int qemudStartVMDaemon(virConnectPtr conn, } /* - * Normally PCI addresses are assigned inhe virDomainCreate + * Normally PCI addresses are assigned in the virDomainCreate * or virDomainDefine methods. We might still need to assign * some here to cope with the question of upgrades. Regardless * we also need to populate the PCi address set cache for later