The last commit was supposed to have the reference to ptrace () removed.
The patch didn't get updated correctly before the commit.  This commit
fixes the comment as requested
gdbserver/ChangeLog
	2016-09-06  Carl Love  <cel@us.ibm.com>
	* server.c (start_inferior):  Fixed comment, requested comment change
	didn't get updated correctly.  Removed reference to ptrace () call as
 	it is only true on Linux systems.
+2016-09-06  Carl Love  <cel@us.ibm.com>
+
+       * server.c (start_inferior):  Fixed comment, requested comment change
+       didn't get updated correctly.  Removed reference to ptrace () call as
+       it is only true on Linux systems.
+
 2016-09-06  Carl Love  <cel@us.ibm.com>
 
        * server.c (start_inferior):  Do not call
 
      (assuming success).  */
   last_ptid = mywait (pid_to_ptid (signal_pid), &last_status, 0, 0);
 
-  /* The last_status.kind was set by the call to ptrace(PTRACE_TRACEME, ...).
-     At this point, the target process, if it exits, is stopped.  Do not call
+  /* At this point, the target process, if it exits, is stopped.  Do not call
      the function target_post_create_inferior if the process has already
      exited, as the target implementation of the routine may rely on the
      process being live. */