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.
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to