summaryrefslogtreecommitdiff
path: root/sys/kern/vfs_default.c
diff options
context:
space:
mode:
authorPedro Martelletto <pedro@cvs.openbsd.org>2005-11-07 01:02:33 +0000
committerPedro Martelletto <pedro@cvs.openbsd.org>2005-11-07 01:02:33 +0000
commit3aad212ccbfd58c51efd33ff577718e7e760df20 (patch)
treee3fc9a139243d884135bd8c4a487c0c749d6a84b /sys/kern/vfs_default.c
parent8ed0fb7c6e1868376ab3ec3913342b2a80256df6 (diff)
nit
Diffstat (limited to 'sys/kern/vfs_default.c')
-rw-r--r--sys/kern/vfs_default.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/vfs_default.c b/sys/kern/vfs_default.c
index f1583bbd02b..d4a6e35919c 100644
--- a/sys/kern/vfs_default.c
+++ b/sys/kern/vfs_default.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vfs_default.c,v 1.29 2005/11/06 14:15:08 pedro Exp $ */
+/* $OpenBSD: vfs_default.c,v 1.30 2005/11/07 01:02:32 pedro Exp $ */
/*
* Portions of this code are:
@@ -53,7 +53,7 @@ int filt_generic_readwrite(struct knote *, long);
void filt_generic_detach(struct knote *);
/*
- * Eliminate all activity associated with the requested vnode
+ * Eliminate all activity associated with the requested vnode
* and with all vnodes aliased to the requested vnode.
*/
int