summaryrefslogtreecommitdiffstats
path: root/sys/sys/procctl.h
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-05-03 15:14:17 +0000
committerpfg <pfg@FreeBSD.org>2016-05-03 15:14:17 +0000
commitcacb7c41e21bf8ff9e1e931a5a98bef75389a4e3 (patch)
tree0bbdc3153f49eb0bc2d5107df04fb80a583242b0 /sys/sys/procctl.h
parent63376757cf97c97df302265cd6975b8daf66d631 (diff)
downloadFreeBSD-src-cacb7c41e21bf8ff9e1e931a5a98bef75389a4e3.zip
FreeBSD-src-cacb7c41e21bf8ff9e1e931a5a98bef75389a4e3.tar.gz
sys/sys: minor spelling fixes.
While the changes are minor, these headers are very visible. MFC after: 2 weeks
Diffstat (limited to 'sys/sys/procctl.h')
-rw-r--r--sys/sys/procctl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/procctl.h b/sys/sys/procctl.h
index 75dbf53..c6f1e94 100644
--- a/sys/sys/procctl.h
+++ b/sys/sys/procctl.h
@@ -88,7 +88,7 @@ struct procctl_reaper_kill {
int rk_sig; /* in - signal to send */
u_int rk_flags; /* in - REAPER_KILL flags */
pid_t rk_subtree; /* in - subtree, if REAPER_KILL_SUBTREE */
- u_int rk_killed; /* out - count of processes sucessfully
+ u_int rk_killed; /* out - count of processes successfully
killed */
pid_t rk_fpid; /* out - first failed pid for which error
is returned */
OpenPOWER on IntegriCloud