Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Jul 2010 13:59:53 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r209848 - head/sys/kern
Message-ID:  <201007091359.o69DxrRp053466@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb
Date: Fri Jul  9 13:59:53 2010
New Revision: 209848
URL: http://svn.freebsd.org/changeset/base/209848

Log:
  Accidentally committed an older version of this comment rather than the
  final one.

Modified:
  head/sys/kern/kern_exec.c

Modified: head/sys/kern/kern_exec.c
==============================================================================
--- head/sys/kern/kern_exec.c	Fri Jul  9 13:53:25 2010	(r209847)
+++ head/sys/kern/kern_exec.c	Fri Jul  9 13:59:53 2010	(r209848)
@@ -753,10 +753,10 @@ interpret:
 	p->p_flag &= ~P_INEXEC;
 
 	/*
-	 * If tracing the process, trap to debugger so breakpoints
-	 * can be set before the program executes.  We have to use
-	 * tdsignal() to deliver the signal to the current thread
-	 * since any other threads in this process will exit if
+	 * If tracing the process, trap to the debugger so that
+	 * breakpoints can be set before the program executes.  We
+	 * have to use tdsignal() to deliver the signal to the current
+	 * thread since any other threads in this process will exit if
 	 * execve() succeeds.
 	 */
 	if (p->p_flag & P_TRACED)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007091359.o69DxrRp053466>