not -> no typo

This commit is contained in:
rtr 2005-07-16 14:45:18 +00:00
parent 0024ded950
commit f44fd3e324
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: vfsops.9,v 1.18 2005/06/20 13:25:25 peter Exp $
.\" $NetBSD: vfsops.9,v 1.19 2005/07/16 14:45:18 rtr Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -155,7 +155,7 @@ Each initialised file system is recorded by the kernel in the list
and the file system specific initialisation function
.Em vfs_init
in its vfsops vector is invoked.
When the file system is not longer needed
When the file system is no longer needed
.Em vfs_done
is invoked to run file system specific cleanups and the file system is
removed from the kernel list.