Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/miscfs/genfs typo in a comment



details:   https://anonhg.NetBSD.org/src/rev/2052d1d5f54b
branches:  trunk
changeset: 770732:2052d1d5f54b
user:      yamt <yamt%NetBSD.org@localhost>
date:      Mon Oct 31 12:49:32 2011 +0000

description:
typo in a comment

diffstat:

 sys/miscfs/genfs/genfs_io.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r ad48673c2842 -r 2052d1d5f54b sys/miscfs/genfs/genfs_io.c
--- a/sys/miscfs/genfs/genfs_io.c       Mon Oct 31 12:47:15 2011 +0000
+++ b/sys/miscfs/genfs/genfs_io.c       Mon Oct 31 12:49:32 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: genfs_io.c,v 1.52 2011/10/09 14:34:39 uebayasi Exp $   */
+/*     $NetBSD: genfs_io.c,v 1.53 2011/10/31 12:49:32 yamt Exp $       */
 
 /*
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: genfs_io.c,v 1.52 2011/10/09 14:34:39 uebayasi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: genfs_io.c,v 1.53 2011/10/31 12:49:32 yamt Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -1641,7 +1641,7 @@
 
        /*
         * If the vnode is mapped, we would need to get the getpages lock
-        * to stabilize the bmap, but then we would get into trouble whil e
+        * to stabilize the bmap, but then we would get into trouble while
         * locking the pages if the pages belong to this same vnode (or a
         * multi-vnode cascade to the same effect).  Just fall back to
         * buffered I/O if the vnode is mapped to avoid this mess.



Home | Main Index | Thread Index | Old Index