diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2002-09-06 13:22:44 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2002-09-06 13:22:44 +0000 |
| commit | 6f22742b257085958bb208321f4df662c4f47804 (patch) | |
| tree | 8ad966d9bacda1abe73bcc72280f9ea313984e5f /sys/kern/kern_proc.c | |
| parent | 23d8e0317a683e6e138cc0f27dc6e7678136041d (diff) | |
Notes
Diffstat (limited to 'sys/kern/kern_proc.c')
| -rw-r--r-- | sys/kern/kern_proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_proc.c b/sys/kern/kern_proc.c index b5f6d0b9e792..b4091e712658 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); |
