Fix a typo.

Sponsored by:	iXsystems, Inc.
This commit is contained in:
Bjoern A. Zeeb 2018-04-12 14:57:48 +00:00
parent 7b610b60df
commit d1614e8ead

View File

@ -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.