summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_proc.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-09-06 13:22:44 +0000
committerrwatson <rwatson@FreeBSD.org>2002-09-06 13:22:44 +0000
commit241e77818a258855d9439094d8ba982b10f39f64 (patch)
tree8ad966d9bacda1abe73bcc72280f9ea313984e5f /sys/kern/kern_proc.c
parent6ce6aeef1a0d393cb7bafdb1befa65734110706f (diff)
downloadFreeBSD-src-241e77818a258855d9439094d8ba982b10f39f64.zip
FreeBSD-src-241e77818a258855d9439094d8ba982b10f39f64.tar.gz
Minor spelling tweak: assume "his" is actually "This".
Diffstat (limited to 'sys/kern/kern_proc.c')
-rw-r--r--sys/kern/kern_proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_proc.c b/sys/kern/kern_proc.c
index b5f6d0b..b4091e7 100644
--- a/sys/kern/kern_proc.c
+++ b/sys/kern/kern_proc.c
@@ -166,7 +166,7 @@ proc_dtor(void *mem, int size, void *arg)
/*
* We want to make sure we know the initial linkages.
* so for now tear them down and remake them.
- * his is probably un-needed as we can probably rely
+ * This is probably un-needed as we can probably rely
* on the state coming in here from wait4().
*/
proc_linkup(p, kg, ke, td);
OpenPOWER on IntegriCloud