summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_subr.c
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>1999-07-12 15:02:51 +0000
committerkris <kris@FreeBSD.org>1999-07-12 15:02:51 +0000
commitd5babdb93cd02e74fbca6eea19ae8baabd7b7368 (patch)
tree027d40f3b530a6a0df5ae486342b3b28dcebff25 /sys/kern/vfs_subr.c
parentc532a2c93ae050012197740e361591d3a2a4dd7f (diff)
downloadFreeBSD-src-d5babdb93cd02e74fbca6eea19ae8baabd7b7368.zip
FreeBSD-src-d5babdb93cd02e74fbca6eea19ae8baabd7b7368.tar.gz
Correct a couple of spelling errors in comments.
Diffstat (limited to 'sys/kern/vfs_subr.c')
-rw-r--r--sys/kern/vfs_subr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c
index 4ef741c..9d2e025 100644
--- a/sys/kern/vfs_subr.c
+++ b/sys/kern/vfs_subr.c
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)vfs_subr.c 8.31 (Berkeley) 5/26/95
- * $Id: vfs_subr.c,v 1.206 1999/07/04 00:25:29 mckusick Exp $
+ * $Id: vfs_subr.c,v 1.207 1999/07/08 06:05:55 mckusick Exp $
*/
/*
@@ -882,7 +882,7 @@ brelvp(bp)
* Similarly, directory updates are more critical, so are only delayed
* about a third the time that file data is delayed. Thus, there are
* SYNCER_MAXDELAY queues that are processed round-robin at a rate of
- * one each second (driven off the filesystem syner process). The
+ * one each second (driven off the filesystem syncer process). The
* syncer_delayno variable indicates the next queue that is to be processed.
* Items that need to be processed soon are placed in this queue:
*
@@ -1369,7 +1369,7 @@ loop:
/*
* Grab a particular vnode from the free list, increment its
- * reference count and lock it. The vnode lock bit is set the
+ * reference count and lock it. The vnode lock bit is set if the
* vnode is being eliminated in vgone. The process is awakened
* when the transition is completed, and an error returned to
* indicate that the vnode is no longer usable (possibly having
OpenPOWER on IntegriCloud