summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>1997-06-26 16:13:56 +0000
committeralex <alex@FreeBSD.org>1997-06-26 16:13:56 +0000
commit7e141a0635a5ba220730b88e42bb65ee6066a2d6 (patch)
tree70b067c6da213bd10aab3661b2f47a3bfbf84432 /sys
parentf3cccc0874241610ec0519149e3709cacdd9ba3e (diff)
downloadFreeBSD-src-7e141a0635a5ba220730b88e42bb65ee6066a2d6.zip
FreeBSD-src-7e141a0635a5ba220730b88e42bb65ee6066a2d6.tar.gz
Typo police.
Diffstat (limited to 'sys')
-rw-r--r--sys/fs/nullfs/null_vnops.c6
-rw-r--r--sys/miscfs/nullfs/null_vnops.c6
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/fs/nullfs/null_vnops.c b/sys/fs/nullfs/null_vnops.c
index a2e891d..cb028bb 100644
--- a/sys/fs/nullfs/null_vnops.c
+++ b/sys/fs/nullfs/null_vnops.c
@@ -37,11 +37,11 @@
*
* Ancestors:
* @(#)lofs_vnops.c 1.2 (Berkeley) 6/18/92
- * $Id: null_vnops.c,v 1.17 1997/04/17 11:17:30 kato Exp $
+ * $Id: null_vnops.c,v 1.18 1997/05/25 04:50:02 peter Exp $
* ...and...
* @(#)null_vnodeops.c 1.20 92/07/07 UCLA Ficus project
*
- * $Id: null_vnops.c,v 1.17 1997/04/17 11:17:30 kato Exp $
+ * $Id: null_vnops.c,v 1.18 1997/05/25 04:50:02 peter Exp $
*/
/*
@@ -83,7 +83,7 @@
* The null layer is the minimum file system layer,
* simply bypassing all possible operations to the lower layer
* for processing there. The majority of its activity centers
- * on the bypass routine, though which nearly all vnode operations
+ * on the bypass routine, through which nearly all vnode operations
* pass.
*
* The bypass routine accepts arbitrary vnode operations for
diff --git a/sys/miscfs/nullfs/null_vnops.c b/sys/miscfs/nullfs/null_vnops.c
index a2e891d..cb028bb 100644
--- a/sys/miscfs/nullfs/null_vnops.c
+++ b/sys/miscfs/nullfs/null_vnops.c
@@ -37,11 +37,11 @@
*
* Ancestors:
* @(#)lofs_vnops.c 1.2 (Berkeley) 6/18/92
- * $Id: null_vnops.c,v 1.17 1997/04/17 11:17:30 kato Exp $
+ * $Id: null_vnops.c,v 1.18 1997/05/25 04:50:02 peter Exp $
* ...and...
* @(#)null_vnodeops.c 1.20 92/07/07 UCLA Ficus project
*
- * $Id: null_vnops.c,v 1.17 1997/04/17 11:17:30 kato Exp $
+ * $Id: null_vnops.c,v 1.18 1997/05/25 04:50:02 peter Exp $
*/
/*
@@ -83,7 +83,7 @@
* The null layer is the minimum file system layer,
* simply bypassing all possible operations to the lower layer
* for processing there. The majority of its activity centers
- * on the bypass routine, though which nearly all vnode operations
+ * on the bypass routine, through which nearly all vnode operations
* pass.
*
* The bypass routine accepts arbitrary vnode operations for
OpenPOWER on IntegriCloud