summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_exec.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2010-07-09 13:59:53 +0000
committerjhb <jhb@FreeBSD.org>2010-07-09 13:59:53 +0000
commitf338f6d0f8b8c8a2f49f8020d8efe070632dde24 (patch)
tree0373fb3f9227ee1b1d60aa0148fc27e258dae663 /sys/kern/kern_exec.c
parent7e3b216a371bb20e3d74c7416e516cf018c9fb0c (diff)
downloadFreeBSD-src-f338f6d0f8b8c8a2f49f8020d8efe070632dde24.zip
FreeBSD-src-f338f6d0f8b8c8a2f49f8020d8efe070632dde24.tar.gz
Accidentally committed an older version of this comment rather than the
final one.
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 4f02df06..2aa4f70 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)
OpenPOWER on IntegriCloud