summaryrefslogtreecommitdiff
path: root/sys/kern/kern_exit.c
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1999-01-11 20:30:41 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1999-01-11 20:30:41 +0000
commit8e10c46140db7901ac93850ded80511703bfc21c (patch)
treee2b39f25581a2ef0ea7d7454f7518fcd024948f5 /sys/kern/kern_exit.c
parent3291c76805f007674d80da840ef2230446e84b7e (diff)
comment typo
Diffstat (limited to 'sys/kern/kern_exit.c')
-rw-r--r--sys/kern/kern_exit.c4
1 files changed, 2 insertions, 2 deletions
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).
*/