summaryrefslogtreecommitdiff
path: root/sys/kern
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-07-26 22:27:46 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-07-26 22:27:46 +0000
commit6e5b42a8610fdc8155e6e44f0ed061fd519b0e62 (patch)
tree4901a16147481a97f9051c2318ca83c90b981c4b /sys/kern
parent5d56aaf83e71f55f713f88d1d3cb8972a3a35e82 (diff)
Typo.
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/vfs_subr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c
index 09dbc3cfd0b..012fabe80da 100644
--- a/sys/kern/vfs_subr.c
+++ b/sys/kern/vfs_subr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vfs_subr.c,v 1.63 2001/06/27 04:49:48 art Exp $ */
+/* $OpenBSD: vfs_subr.c,v 1.64 2001/07/26 22:27:45 miod Exp $ */
/* $NetBSD: vfs_subr.c,v 1.53 1996/04/22 01:39:13 christos Exp $ */
/*
@@ -621,7 +621,7 @@ loop:
* This means we found a block device that was created
* using bdevvp.
* An example of such a vnode is the root partition device vnode
- * craeted in ffs_mountroot.
+ * created in ffs_mountroot.
*
* The vnodes created by bdevvp should not be aliased (why?).
*/