Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Apr 2018 14:57:48 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r332433 - head/sys/sys
Message-ID:  <201804121457.w3CEvmR6064472@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bz
Date: Thu Apr 12 14:57:48 2018
New Revision: 332433
URL: https://svnweb.freebsd.org/changeset/base/332433

Log:
  Fix a typo.
  
  Sponsored by:	iXsystems, Inc.

Modified:
  head/sys/sys/proc.h

Modified: head/sys/sys/proc.h
==============================================================================
--- head/sys/sys/proc.h	Thu Apr 12 14:35:37 2018	(r332432)
+++ head/sys/sys/proc.h	Thu Apr 12 14:57:48 2018	(r332433)
@@ -668,7 +668,7 @@ struct proc {
 	struct racct	*p_racct;	/* (b) Resource accounting. */
 	int		p_throttled;	/* (c) Flag for racct pcpu throttling */
 	/*
-	 * An orphan is the child that has beed re-parented to the
+	 * An orphan is the child that has been re-parented to the
 	 * debugger as a result of attaching to it.  Need to keep
 	 * track of them for parent to be able to collect the exit
 	 * status of what used to be children.



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