diff options
Diffstat (limited to 'sys/kern/kern_fork.c')
-rw-r--r-- | sys/kern/kern_fork.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_fork.c b/sys/kern/kern_fork.c index a489f56f4f0..abfa1106bd6 100644 --- a/sys/kern/kern_fork.c +++ b/sys/kern/kern_fork.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kern_fork.c,v 1.61 2003/06/21 00:42:58 tedu Exp $ */ +/* $OpenBSD: kern_fork.c,v 1.62 2003/07/02 00:07:42 avsm Exp $ */ /* $NetBSD: kern_fork.c,v 1.29 1996/02/09 18:59:34 christos Exp $ */ /* @@ -171,7 +171,7 @@ fork1(struct proc *p1, int exitsig, int flags, void *stack, size_t stacksize, } /* - * From now on, we're comitted to the fork and cannot fail. + * From now on, we're committed to the fork and cannot fail. */ /* Allocate new proc. */ |