Index: /trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp	(revision 61355)
+++ /trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp	(revision 61356)
@@ -613,5 +613,5 @@
     PVM pVM = pDevIns->Internal.s.CTX_SUFF(pVM);
 
-    /* At present, we support only a maximum of one I/O APIC for a VM. If we ever implement having
+    /* At present, we support only a maximum of one I/O APIC per-VM. If we ever implement having
        multiple I/O APICs per-VM, we'll have to broadcast this EOI to all of the I/O APICs. */
     if (pVM->pdm.s.IoApic.CTX_SUFF(pDevIns))
Index: /trunk/src/VBox/VMM/VMMR3/PDMDevMiscHlp.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/PDMDevMiscHlp.cpp	(revision 61355)
+++ /trunk/src/VBox/VMM/VMMR3/PDMDevMiscHlp.cpp	(revision 61356)
@@ -276,5 +276,5 @@
     PVM pVM = pDevIns->Internal.s.CTX_SUFF(pVM);
 
-    /* At present, we support only a maximum of one I/O APIC for a VM. If we ever implement having
+    /* At present, we support only a maximum of one I/O APIC per-VM. If we ever implement having
        multiple I/O APICs per-VM, we'll have to broadcast this EOI to all of the I/O APICs. */
     if (pVM->pdm.s.IoApic.CTX_SUFF(pDevIns))
Index: /trunk/src/VBox/VMM/VMMRC/PDMRCDevice.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMRC/PDMRCDevice.cpp	(revision 61355)
+++ /trunk/src/VBox/VMM/VMMRC/PDMRCDevice.cpp	(revision 61356)
@@ -568,5 +568,5 @@
     PVM pVM = pDevIns->Internal.s.CTX_SUFF(pVM);
 
-    /* At present, we support only a maximum of one I/O APIC for a VM. If we ever implement having
+    /* At present, we support only a maximum of one I/O APIC per-VM. If we ever implement having
        multiple I/O APICs per-VM, we'll have to broadcast this EOI to all of the I/O APICs. */
     if (pVM->pdm.s.IoApic.CTX_SUFF(pDevIns))
