Module Name: src Committed By: pooka Date: Tue May 11 09:30:29 UTC 2010
Modified Files: src/sys/kern: kern_exit.c Log Message: the crowd went crazy as typo left the stage To generate a diff of this commit: cvs rdiff -u -r1.227 -r1.228 src/sys/kern/kern_exit.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/kern/kern_exit.c diff -u src/sys/kern/kern_exit.c:1.227 src/sys/kern/kern_exit.c:1.228 --- src/sys/kern/kern_exit.c:1.227 Wed Mar 3 00:47:30 2010 +++ src/sys/kern/kern_exit.c Tue May 11 09:30:29 2010 @@ -1,4 +1,4 @@ -/* $NetBSD: kern_exit.c,v 1.227 2010/03/03 00:47:30 yamt Exp $ */ +/* $NetBSD: kern_exit.c,v 1.228 2010/05/11 09:30:29 pooka Exp $ */ /*- * Copyright (c) 1998, 1999, 2006, 2007, 2008 The NetBSD Foundation, Inc. @@ -67,7 +67,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: kern_exit.c,v 1.227 2010/03/03 00:47:30 yamt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: kern_exit.c,v 1.228 2010/05/11 09:30:29 pooka Exp $"); #include "opt_ktrace.h" #include "opt_perfctrs.h" @@ -805,7 +805,7 @@ /* * We may occasionally arrive here * after receiving a signal, but - * immediatley before the child + * immediately before the child * process is zombified. The wait * will be short, so avoid returning * to userspace.