diff options
author | smpatel <smpatel@FreeBSD.org> | 1996-04-29 15:07:59 +0000 |
---|---|---|
committer | smpatel <smpatel@FreeBSD.org> | 1996-04-29 15:07:59 +0000 |
commit | cc39b8d5e5b9c2797cc5b5e6b195a80c3a9a732b (patch) | |
tree | 3423b1260ae9c9455ef795d15c256e2a57c1ffa7 /sys/kern/kern_exec.c | |
parent | eb2fc8df69f0094c2ebaa570d6090a682184f2c5 (diff) | |
download | FreeBSD-src-cc39b8d5e5b9c2797cc5b5e6b195a80c3a9a732b.zip FreeBSD-src-cc39b8d5e5b9c2797cc5b5e6b195a80c3a9a732b.tar.gz |
Fixed two typos in the comment.
Pointed out by: davidg
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 5929e24..444d737 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; |