Index: /trunk/src/VBox/Devices/Audio/DevSB16.cpp
===================================================================
--- /trunk/src/VBox/Devices/Audio/DevSB16.cpp	(revision 23969)
+++ /trunk/src/VBox/Devices/Audio/DevSB16.cpp	(revision 23970)
@@ -1739,5 +1739,5 @@
                               "Version\0"))
         return PDMDEV_SET_ERROR(pDevIns, VERR_PDM_DEVINS_UNKNOWN_CFG_VALUES,
-                                N_("Invalid configuraton for sb16 device"));
+                                N_("Invalid configuration for sb16 device"));
 
     /*
Index: /trunk/src/VBox/Devices/Network/DevVirtioNet.cpp
===================================================================
--- /trunk/src/VBox/Devices/Network/DevVirtioNet.cpp	(revision 23969)
+++ /trunk/src/VBox/Devices/Network/DevVirtioNet.cpp	(revision 23970)
@@ -228,10 +228,10 @@
     { /* Virtio Network Device */
         0x1AF4, 0x1000, 0x1AF4, 1 + VIRTIO_NET_ID, 0x0200, 3, "virtio-net", "vnet%d",
-        vnetGetHostFeatures, vnetGetHostMinimalFeatures, vnetSetHostFeatures, 
+        vnetGetHostFeatures, vnetGetHostMinimalFeatures, vnetSetHostFeatures,
         vnetGetConfig, vnetSetConfig, vnetReset
 #ifdef DEBUG
         , vnetGetQueueName
 #endif /* DEBUG */
-    }, 
+    },
     { /* Virtio Block Device */
         0x1AF4, 0x1001, 0x1AF4, 1 + VIRTIO_BLK_ID, 0x0180, 2, "virtio-blk", "vblk%d",
@@ -240,5 +240,5 @@
         , NULL
 #endif /* DEBUG */
-    }, 
+    },
 };
 
@@ -302,5 +302,5 @@
 {
     uint16_t tmp;
-    
+
     PDMDevHlpPhysRead(pState->CTX_SUFF(pDevIns),
                       pVRing->addrAvail + RT_OFFSETOF(VRINGAVAIL, uNextFreeIndex),
@@ -334,5 +334,5 @@
 {
     uint16_t tmp;
-    
+
     PDMDevHlpPhysRead(pState->CTX_SUFF(pDevIns),
                       pVRing->addrAvail + RT_OFFSETOF(VRINGAVAIL, auRing[uIndex % pVRing->uSize]),
@@ -344,5 +344,5 @@
 {
     uint16_t tmp;
-    
+
     PDMDevHlpPhysRead(pState->CTX_SUFF(pDevIns),
                       pVRing->addrAvail + RT_OFFSETOF(VRINGAVAIL, uFlags),
@@ -354,5 +354,5 @@
 {
     uint16_t tmp;
-    
+
     PDMDevHlpPhysRead(pState->CTX_SUFF(pDevIns),
                       pVRing->addrUsed + RT_OFFSETOF(VRINGUSED, uFlags),
@@ -373,8 +373,8 @@
     if (vqueueIsEmpty(pState, pQueue))
         return false;
-    
+
     pElem->nIn = pElem->nOut = 0;
 
-    Log2(("%s vqueueGet: %s avail_idx=%u\n", INSTANCE(pState), 
+    Log2(("%s vqueueGet: %s avail_idx=%u\n", INSTANCE(pState),
           QUEUENAME(pState, pQueue), pQueue->uNextAvailIndex));
 
@@ -989,5 +989,5 @@
 {
     Log(("%s Destroying PCI instance\n", INSTANCE(pState)));
-    
+
     if (pState->pQueues)
         RTMemFree(pState->pQueues);
@@ -1461,5 +1461,5 @@
     }
     vqueueSync(&pState->VPCI, pState->pRxQueue);
-    
+
     return VINF_SUCCESS;
 }
@@ -1478,5 +1478,5 @@
     VNETSTATE *pState = IFACE_TO_STATE(pInterface, INetworkPort);
     int        rc = VINF_SUCCESS;
- 
+
     Log2(("%s vnetReceive: pvBuf=%p cb=%u\n", INSTANCE(pState), pvBuf, cb));
     rc = vnetCanReceive(pState);
@@ -1605,5 +1605,5 @@
                 if (uSize > VNET_MAX_FRAME_SIZE - uOffset)
                 {
-                    Log(("%s vnetQueueTransmit: Packet is too big (>64k), truncating...\n", INSTANCE(pState))); 
+                    Log(("%s vnetQueueTransmit: Packet is too big (>64k), truncating...\n", INSTANCE(pState)));
                     uSize = VNET_MAX_FRAME_SIZE - uOffset;
                 }
@@ -1665,5 +1665,5 @@
     if (!CFGMR3AreValuesValid(pCfgHandle, "MAC\0" "CableConnected\0" "LineSpeed\0"))
                     return PDMDEV_SET_ERROR(pDevIns, VERR_PDM_DEVINS_UNKNOWN_CFG_VALUES,
-                                            N_("Invalid configuraton for VirtioNet device"));
+                                            N_("Invalid configuration for VirtioNet device"));
 
     /* Get config params */
@@ -1769,5 +1769,5 @@
         pState->hEventMoreRxDescAvail = NIL_RTSEMEVENT;
     }
-    
+
     return vpciDestruct(&pState->VPCI);
 }
Index: /trunk/src/VBox/Devices/PC/DevPcBios.cpp
===================================================================
--- /trunk/src/VBox/Devices/PC/DevPcBios.cpp	(revision 23969)
+++ /trunk/src/VBox/Devices/PC/DevPcBios.cpp	(revision 23970)
@@ -1526,5 +1526,5 @@
                               ))
         return PDMDEV_SET_ERROR(pDevIns, VERR_PDM_DEVINS_UNKNOWN_CFG_VALUES,
-                                N_("Invalid configuraton for  device pcbios device"));
+                                N_("Invalid configuration for device pcbios device"));
 
     /*
Index: /trunk/src/VBox/Devices/Storage/DrvSCSIHost.cpp
===================================================================
--- /trunk/src/VBox/Devices/Storage/DrvSCSIHost.cpp	(revision 23969)
+++ /trunk/src/VBox/Devices/Storage/DrvSCSIHost.cpp	(revision 23970)
@@ -454,5 +454,5 @@
     if (!CFGMR3AreValuesValid(pCfgHandle, "DevicePath\0"))
         return PDMDRV_SET_ERROR(pDrvIns, VERR_PDM_DRVINS_UNKNOWN_CFG_VALUES,
-                                N_("Invalid configuraton for host scsi access driver"));
+                                N_("Invalid configuration for host scsi access driver"));
 
     /*
@@ -527,7 +527,7 @@
     NULL,
     /* pfnDetach */
-    NULL, 
+    NULL,
     /* pfnPowerOff */
-    NULL, 
+    NULL,
     /* pfnSoftReset */
     NULL,
