diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-07-26 22:27:46 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-07-26 22:27:46 +0000 |
commit | 6e5b42a8610fdc8155e6e44f0ed061fd519b0e62 (patch) | |
tree | 4901a16147481a97f9051c2318ca83c90b981c4b /sys/kern | |
parent | 5d56aaf83e71f55f713f88d1d3cb8972a3a35e82 (diff) |
Typo.
Diffstat (limited to 'sys/kern')
-rw-r--r-- | sys/kern/vfs_subr.c | 4 |
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?). */ |