Fix typo in comment.

This commit is contained in:
enami 2001-11-07 04:04:10 +00:00
parent 9dda7754d1
commit 9af6d646c2
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: null_vnops.c,v 1.20 2001/06/09 11:02:08 wiz Exp $ */
/* $NetBSD: null_vnops.c,v 1.21 2001/11/07 04:04:10 enami Exp $ */
/*
* Copyright (c) 1999 National Aeronautics & Space Administration
@ -71,7 +71,7 @@
*
* Ancestors:
* @(#)lofs_vnops.c 1.2 (Berkeley) 6/18/92
* $Id: null_vnops.c,v 1.20 2001/06/09 11:02:08 wiz Exp $
* $Id: null_vnops.c,v 1.21 2001/11/07 04:04:10 enami Exp $
* ...and...
* @(#)null_vnodeops.c 1.20 92/07/07 UCLA Ficus project
*/
@ -194,7 +194,7 @@
*
* 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.
*