svn commit: r191319 - head/sys/kern

Konstantin Belousov kib at FreeBSD.org
Mon Apr 20 15:10:04 UTC 2009


Author: kib
Date: Mon Apr 20 15:10:03 2009
New Revision: 191319
URL: http://svn.freebsd.org/changeset/base/191319

Log:
  Fix typo.
  
  Noted by:	jhb
  MFC after:	2 weeks

Modified:
  head/sys/kern/kern_exit.c

Modified: head/sys/kern/kern_exit.c
==============================================================================
--- head/sys/kern/kern_exit.c	Mon Apr 20 15:01:45 2009	(r191318)
+++ head/sys/kern/kern_exit.c	Mon Apr 20 15:10:03 2009	(r191319)
@@ -507,7 +507,7 @@ exit1(struct thread *td, int rv)
 
 		/*
 		 * Notify parent, so in case he was wait(2)ing or
-		 * executiing waitpid(2) with our pid, he will
+		 * executing waitpid(2) with our pid, he will
 		 * continue.
 		 */
 		wakeup(pp);


More information about the svn-src-head mailing list