diff options
| author | Sujal Patel <smpatel@FreeBSD.org> | 1996-04-29 15:07:59 +0000 |
|---|---|---|
| committer | Sujal Patel <smpatel@FreeBSD.org> | 1996-04-29 15:07:59 +0000 |
| commit | 24b34f097bfe2b57f331ede1fbcfa2aa4888681d (patch) | |
| tree | 3423b1260ae9c9455ef795d15c256e2a57c1ffa7 /sys/kern/kern_exec.c | |
| parent | 88ce2dd1ef322ebab0047fcb6441b0c4b61ab4fb (diff) | |
Notes
Diffstat (limited to 'sys/kern/kern_exec.c')
| -rw-r--r-- | sys/kern/kern_exec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_exec.c b/sys/kern/kern_exec.c index 5929e24ab61e..444d7373408f 100644 --- a/sys/kern/kern_exec.c +++ b/sys/kern/kern_exec.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: kern_exec.c,v 1.37 1996/03/10 08:42:54 sos Exp $ + * $Id: kern_exec.c,v 1.38 1996/04/08 01:21:59 davidg Exp $ */ #include <sys/param.h> @@ -248,7 +248,7 @@ interpret: p->p_comm[len] = 0; /* - * mark as executable, wakeup any process that was vforked and tell + * mark as execed, wakeup the process that vforked (if any) and tell * it that it now has it's own resources back */ p->p_flag |= P_EXEC; |
