From 28e6a142c50c4afc9b854973b471dba06815a08f Mon Sep 17 00:00:00 2001 From: niklas Date: Mon, 11 Jan 1999 20:30:40 +0000 Subject: comment typo --- sys/kern/kern_exit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/kern/kern_exit.c') diff --git a/sys/kern/kern_exit.c b/sys/kern/kern_exit.c index d925d666908..8fe0b3302bb 100644 --- a/sys/kern/kern_exit.c +++ b/sys/kern/kern_exit.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kern_exit.c,v 1.13 1999/01/10 02:20:20 niklas Exp $ */ +/* $OpenBSD: kern_exit.c,v 1.14 1999/01/11 20:30:40 niklas Exp $ */ /* $NetBSD: kern_exit.c,v 1.39 1996/04/22 01:38:25 christos Exp $ */ /* @@ -244,7 +244,7 @@ exit1(p, rv) p->p_pctcpu = 0; /* - * Notify parent that we're gone. If we have P_NOWAIT or parent has + * Notify parent that we're gone. If we have P_NOZOMBIE or parent has * the P_NOCLDWAIT flag set, notify process 1 instead (and hope it * will handle this situation). */ -- cgit v1.2.3-59-g8ed1b