]> xenbits.xensource.com Git - people/dariof/libvirt.git/commitdiff
qemu: fix typo PCi => PCI
authorMartin Kletzander <mkletzan@redhat.com>
Mon, 16 Dec 2013 16:25:36 +0000 (17:25 +0100)
committerMartin Kletzander <mkletzan@redhat.com>
Mon, 16 Dec 2013 16:31:10 +0000 (17:31 +0100)
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
src/qemu/qemu_process.c

index bd9546e2af4800a4040263ab8024fa2d838bfd88..d0fde5495b15b8c9d4f4a0e23fc78dc63c2fe0f8 100644 (file)
@@ -3829,7 +3829,7 @@ int qemuProcessStart(virConnectPtr conn,
      * 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
+     * we also need to populate the PCI address set cache for later
      * use in hotplug
      */
     if (virQEMUCapsGet(priv->qemuCaps, QEMU_CAPS_DEVICE)) {
@@ -4560,7 +4560,7 @@ int qemuProcessAttach(virConnectPtr conn ATTRIBUTE_UNUSED,
      * 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
+     * we also need to populate the PCI address set cache for later
      * use in hotplug
      */
     if (virQEMUCapsGet(priv->qemuCaps, QEMU_CAPS_DEVICE)) {