From 09c8ff4a78f108de9e4739eb8d254536ddcf358b Mon Sep 17 00:00:00 2001 From: Alexander Langer Date: Thu, 26 Jun 1997 16:13:56 +0000 Subject: [PATCH] Typo police. --- sys/fs/nullfs/null_vnops.c | 6 +++--- sys/miscfs/nullfs/null_vnops.c | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys/fs/nullfs/null_vnops.c b/sys/fs/nullfs/null_vnops.c index a2e891d34116..cb028bb8b17c 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 a2e891d34116..cb028bb8b17c 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