Source-Changes-HG archive

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

[src/trunk]: src/sys/uvm/pmap Fix a comment



details:   https://anonhg.NetBSD.org/src/rev/68223d199f59
branches:  trunk
changeset: 823741:68223d199f59
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun May 07 04:15:50 2017 +0000

description:
Fix a comment

diffstat:

 sys/uvm/pmap/pmap.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r befba963c26f -r 68223d199f59 sys/uvm/pmap/pmap.c
--- a/sys/uvm/pmap/pmap.c       Sun May 07 04:14:20 2017 +0000
+++ b/sys/uvm/pmap/pmap.c       Sun May 07 04:15:50 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.32 2017/04/28 17:04:33 skrll Exp $  */
+/*     $NetBSD: pmap.c,v 1.33 2017/05/07 04:15:50 skrll Exp $  */
 
 /*-
  * Copyright (c) 1998, 2001 The NetBSD Foundation, Inc.
@@ -67,7 +67,7 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.32 2017/04/28 17:04:33 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.33 2017/05/07 04:15:50 skrll Exp $");
 
 /*
  *     Manages physical address maps.
@@ -973,7 +973,8 @@
                VM_PAGEMD_PVLIST_READLOCK(mdpg);
                pmap_pvlist_check(mdpg);
                /*
-                * Loop over all current mappings setting/clearing as apropos.
+                * Loop over all current mappings setting/clearing as
+                * appropriate.
                 */
                if (pv->pv_pmap != NULL) {
                        while (pv != NULL) {



Home | Main Index | Thread Index | Old Index