aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_exec.c
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>1998-04-17 22:37:19 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>1998-04-17 22:37:19 +0000
commitdc733423474fd7365890fcf290b2e017d9907635 (patch)
treef04733bf778cda0edb2eb1ec13178fd0303eb05a /sys/kern/kern_exec.c
parent2720a2efd612c8a8d4b9bbeaee1491d664de797e (diff)
downloadsrc-dc733423474fd7365890fcf290b2e017d9907635.tar.gz
src-dc733423474fd7365890fcf290b2e017d9907635.zip
Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.
Notes
Notes: svn path=/head/; revision=35256
Diffstat (limited to 'sys/kern/kern_exec.c')
-rw-r--r--sys/kern/kern_exec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_exec.c b/sys/kern/kern_exec.c
index fb591cd67437..04e0f1a54f5e 100644
--- a/sys/kern/kern_exec.c
+++ b/sys/kern/kern_exec.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: kern_exec.c,v 1.80 1998/03/07 21:35:17 dyson Exp $
+ * $Id: kern_exec.c,v 1.81 1998/03/08 06:21:33 dyson Exp $
*/
#include <sys/param.h>
@@ -244,7 +244,7 @@ interpret:
/*
* mark as execed, wakeup the process that vforked (if any) and tell
- * it that it now has it's own resources back
+ * it that it now has its own resources back
*/
p->p_flag |= P_EXEC;
if (p->p_pptr && (p->p_flag & P_PPWAIT)) {