aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_exec.c
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2010-07-09 13:59:53 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2010-07-09 13:59:53 +0000
commite113db82af3f711cd5061f518766231b8cc7bb66 (patch)
tree0373fb3f9227ee1b1d60aa0148fc27e258dae663 /sys/kern/kern_exec.c
parent07b183388ad0d549dc4fa3b7af13cdf7840c3dac (diff)
downloadsrc-e113db82af3f711cd5061f518766231b8cc7bb66.tar.gz
src-e113db82af3f711cd5061f518766231b8cc7bb66.zip
Accidentally committed an older version of this comment rather than the
final one.
Notes
Notes: svn path=/head/; revision=209848
Diffstat (limited to 'sys/kern/kern_exec.c')
-rw-r--r--sys/kern/kern_exec.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/kern/kern_exec.c b/sys/kern/kern_exec.c
index 4f02df06dfa9..2aa4f709ba15 100644
--- a/sys/kern/kern_exec.c
+++ b/sys/kern/kern_exec.c
@@ -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)