From 27e63c003787c5a7b9d779131530ba8cc961583c Mon Sep 17 00:00:00 2001 From: Matthew Booth Date: Thu, 18 Feb 2010 16:40:48 +0100 Subject: [PATCH] Fix typo in comment * src/qemu/qemu_driver.c: qemudStartVMDaemon() fix typo in comment --- src/qemu/qemu_driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2