Index: /trunk/src/VBox/Main/src-all/EventImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/src-all/EventImpl.cpp	(revision 39709)
+++ /trunk/src/VBox/Main/src-all/EventImpl.cpp	(revision 39710)
@@ -1058,5 +1058,5 @@
             RecordHolder<ListenerRecord> record(*it);
 
-            /**
+            /*
              * We pass lock here to allow modifying ops on EventSource inside callback
              * in active mode. Note that we expect list iterator stability as 'alock'
@@ -1069,5 +1069,5 @@
              * This overlaps with XPCOM specific use of E_ABORT to signal
              * death of an active listener, but that's irrelevant here. */
-            if (FAILED_DEAD_INTERFACE(cbRc) || (cbRc == E_ABORT))
+            if (FAILED_DEAD_INTERFACE(cbRc) || cbRc == E_ABORT)
             {
                 Listeners::iterator lit = m->mListeners.find(record.obj()->mListener);
