Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Apr 2009 15:10:03 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r191319 - head/sys/kern
Message-ID:  <200904201510.n3KFA3pq049725@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904201510.n3KFA3pq049725>