Index: /trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp	(revision 55539)
+++ /trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp	(revision 55540)
@@ -1271,8 +1271,8 @@
                     {
                         /*
-                             * If ProcessCreateFlag_WaitForProcessStartOnly was specified on process creation the
-                             * caller is not interested in getting further process statuses -- so just don't notify
-                             * anything here anymore and return.
-                             */
+                         * If ProcessCreateFlag_WaitForProcessStartOnly was specified on process creation the
+                         * caller is not interested in getting further process statuses -- so just don't notify
+                         * anything here anymore and return.
+                         */
                         if (uProcFlags & ProcessCreateFlag_WaitForProcessStartOnly)
                             waitResult = ProcessWaitResult_Start;
@@ -1308,5 +1308,6 @@
     if (newStatus == ProcessStatus_Started)
     {
-        /* Filter out waits which are *not* supported using
+        /**
+         * Filter out waits which are *not* supported using
          * older guest control Guest Additions.
          *
