Index: /trunk/src/VBox/Main/src-server/xpcom/server.cpp
===================================================================
--- /trunk/src/VBox/Main/src-server/xpcom/server.cpp	(revision 49952)
+++ /trunk/src/VBox/Main/src-server/xpcom/server.cpp	(revision 49953)
@@ -453,5 +453,5 @@
         if (sInstance == NULL)
         {
-            LogFlowFunc (("Creating new VirtualBox object...\n"));
+            LogFlowFunc(("Creating new VirtualBox object...\n"));
             sInstance = new VirtualBoxClassFactory();
             if (sInstance != NULL)
@@ -892,5 +892,5 @@
         }
 
-        nsCOMPtr<ipcIService> ipcServ (do_GetService(IPC_SERVICE_CONTRACTID, &rc));
+        nsCOMPtr<ipcIService> ipcServ(do_GetService(IPC_SERVICE_CONTRACTID, &rc));
         if (NS_FAILED(rc))
         {
@@ -1006,6 +1006,5 @@
         /* process any remaining events. These events may include
          * CreateInstance() requests received right before we called
-         * StopAcceptingEvents() above. We will detect this case below,
-         * restore gKeepRunning and continue to serve. */
+         * StopAcceptingEvents() above, and those will fail. */
         gEventQ->ProcessPendingEvents();
 
