summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_aio.c
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>1998-04-17 22:37:19 +0000
committerdes <des@FreeBSD.org>1998-04-17 22:37:19 +0000
commit396b11447523f0a81228e0735758e09c792bcb5b (patch)
tree3c760cd87265a5a428738ce4b995557356f1d86b /sys/kern/vfs_aio.c
parent86e1a21b7908937d1545c2d878f7be7e149558aa (diff)
downloadFreeBSD-src-396b11447523f0a81228e0735758e09c792bcb5b.zip
FreeBSD-src-396b11447523f0a81228e0735758e09c792bcb5b.tar.gz
Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.
Diffstat (limited to 'sys/kern/vfs_aio.c')
-rw-r--r--sys/kern/vfs_aio.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/kern/vfs_aio.c b/sys/kern/vfs_aio.c
index 043505e..7774d20 100644
--- a/sys/kern/vfs_aio.c
+++ b/sys/kern/vfs_aio.c
@@ -13,7 +13,7 @@
* bad that happens because of using this software isn't the responsibility
* of the author. This software is distributed AS-IS.
*
- * $Id: vfs_aio.c,v 1.26 1998/03/28 11:50:04 dufault Exp $
+ * $Id: vfs_aio.c,v 1.27 1998/03/30 09:51:00 phk Exp $
*/
/*
@@ -685,7 +685,7 @@ aio_daemon(void *uproc)
mycp->p_ucred->cr_groups[0] = 1;
/*
- * The daemon resides in it's own pgrp.
+ * The daemon resides in its own pgrp.
*/
enterpgrp(mycp, mycp->p_pid, 1);
@@ -763,7 +763,7 @@ aio_daemon(void *uproc)
/*
* Disassociate from previous clients file descriptors, and
* associate to the new clients descriptors. Note that
- * the daemon doesn't need to worry about it's orginal
+ * the daemon doesn't need to worry about its orginal
* descriptors, because they were originally freed.
*/
if (mycp->p_fd)
@@ -916,7 +916,7 @@ aio_daemon(void *uproc)
/*
* Create a new AIO daemon. This is mostly a kernel-thread fork routine.
- * The AIO daemon modifies it's environment itself.
+ * The AIO daemon modifies its environment itself.
*/
static int
aio_newproc()
OpenPOWER on IntegriCloud