Index: /trunk/src/VBox/Main/SessionImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/SessionImpl.cpp	(revision 29852)
+++ /trunk/src/VBox/Main/SessionImpl.cpp	(revision 29853)
@@ -1,5 +1,5 @@
+/* $Id$ */
 /** @file
- *
- * VBox Client Session COM Class implementation
+ * VBox Client Session COM Class implementation in VBoxC.
  */
 
@@ -366,5 +366,5 @@
     /* query IInternalMachineControl interface */
     mControl = aMachine;
-    AssertReturn(!!mControl, E_FAIL); // This test appears to be redundant --JS
+    AssertReturn(!!mControl, E_FAIL);
 
     /// @todo (dmik)
