Source-Changes-HG archive

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

[src/yamt-pagecache]: src/sys/uvm fix a typo in a comment.



details:   https://anonhg.NetBSD.org/src/rev/e8f923d9aec5
branches:  yamt-pagecache
changeset: 770884:e8f923d9aec5
user:      yamt <yamt%NetBSD.org@localhost>
date:      Wed Aug 01 21:12:23 2012 +0000

description:
fix a typo in a comment.

diffstat:

 sys/uvm/uvm_vnode.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 14a367ac44b5 -r e8f923d9aec5 sys/uvm/uvm_vnode.c
--- a/sys/uvm/uvm_vnode.c       Wed Aug 01 21:09:27 2012 +0000
+++ b/sys/uvm/uvm_vnode.c       Wed Aug 01 21:12:23 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uvm_vnode.c,v 1.97.2.5 2012/02/17 08:18:57 yamt Exp $  */
+/*     $NetBSD: uvm_vnode.c,v 1.97.2.6 2012/08/01 21:12:23 yamt Exp $  */
 
 /*
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -45,7 +45,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_vnode.c,v 1.97.2.5 2012/02/17 08:18:57 yamt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_vnode.c,v 1.97.2.6 2012/08/01 21:12:23 yamt Exp $");
 
 #include "opt_uvmhist.h"
 
@@ -261,7 +261,7 @@
                 *
                 * XXX fragile API
                 * note that the array can be the one supplied by the caller of
-                * uvm_findpages.  in that case, fillflags used by the caller
+                * uvn_findpages.  in that case, fillflags used by the caller
                 * might not match strictly with ours.
                 * in particular, the caller might have filled the array
                 * without DIRTYONLY or DENSE but passed us UFP_DIRTYONLY.



Home | Main Index | Thread Index | Old Index