summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>1997-06-26 17:12:59 +0000
committeralex <alex@FreeBSD.org>1997-06-26 17:12:59 +0000
commitae52a72f071aa207805a5e3bff9236c3b496be3a (patch)
treebf4344df37266ade98c34d83640ff71065b73350 /sys
parent7e141a0635a5ba220730b88e42bb65ee6066a2d6 (diff)
downloadFreeBSD-src-ae52a72f071aa207805a5e3bff9236c3b496be3a.zip
FreeBSD-src-ae52a72f071aa207805a5e3bff9236c3b496be3a.tar.gz
More comment cleanup.
Diffstat (limited to 'sys')
-rw-r--r--sys/fs/nullfs/null_vnops.c10
-rw-r--r--sys/miscfs/nullfs/null_vnops.c10
2 files changed, 10 insertions, 10 deletions
diff --git a/sys/fs/nullfs/null_vnops.c b/sys/fs/nullfs/null_vnops.c
index cb028bb..c2eaeaf 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.18 1997/05/25 04:50:02 peter Exp $
+ * $Id: null_vnops.c,v 1.19 1997/06/26 16:13:56 alex Exp $
* ...and...
* @(#)null_vnodeops.c 1.20 92/07/07 UCLA Ficus project
*
- * $Id: null_vnops.c,v 1.18 1997/05/25 04:50:02 peter Exp $
+ * $Id: null_vnops.c,v 1.19 1997/06/26 16:13:56 alex Exp $
*/
/*
@@ -162,15 +162,15 @@
*
* The first approach is to call the aliasing layer's bypass routine.
* This method is most suitable when you wish to invoke the operation
- * currently being hanldled on the lower layer. It has the advantage
+ * currently being handled on the lower layer. It has the advantage
* that the bypass routine already must do argument mapping.
* An example of this is null_getattrs in the null layer.
*
- * A second approach is to directly invoked vnode operations on
+ * A second approach is to directly invoke vnode operations on
* the lower layer with the VOP_OPERATIONNAME interface.
* The advantage of this method is that it is easy to invoke
* arbitrary operations on the lower layer. The disadvantage
- * is that vnodes arguments must be manualy mapped.
+ * is that vnode arguments must be manualy mapped.
*
*/
diff --git a/sys/miscfs/nullfs/null_vnops.c b/sys/miscfs/nullfs/null_vnops.c
index cb028bb..c2eaeaf 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.18 1997/05/25 04:50:02 peter Exp $
+ * $Id: null_vnops.c,v 1.19 1997/06/26 16:13:56 alex Exp $
* ...and...
* @(#)null_vnodeops.c 1.20 92/07/07 UCLA Ficus project
*
- * $Id: null_vnops.c,v 1.18 1997/05/25 04:50:02 peter Exp $
+ * $Id: null_vnops.c,v 1.19 1997/06/26 16:13:56 alex Exp $
*/
/*
@@ -162,15 +162,15 @@
*
* The first approach is to call the aliasing layer's bypass routine.
* This method is most suitable when you wish to invoke the operation
- * currently being hanldled on the lower layer. It has the advantage
+ * currently being handled on the lower layer. It has the advantage
* that the bypass routine already must do argument mapping.
* An example of this is null_getattrs in the null layer.
*
- * A second approach is to directly invoked vnode operations on
+ * A second approach is to directly invoke vnode operations on
* the lower layer with the VOP_OPERATIONNAME interface.
* The advantage of this method is that it is easy to invoke
* arbitrary operations on the lower layer. The disadvantage
- * is that vnodes arguments must be manualy mapped.
+ * is that vnode arguments must be manualy mapped.
*
*/
OpenPOWER on IntegriCloud