Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/common/pmap/tlb thinko in comment.
details: https://anonhg.NetBSD.org/src/rev/1f1126f49db9
branches: trunk
changeset: 772848:1f1126f49db9
user: skrll <skrll%NetBSD.org@localhost>
date: Wed Jan 18 07:17:09 2012 +0000
description:
thinko in comment.
diffstat:
sys/common/pmap/tlb/pmap.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 07256ee7d463 -r 1f1126f49db9 sys/common/pmap/tlb/pmap.c
--- a/sys/common/pmap/tlb/pmap.c Wed Jan 18 00:23:30 2012 +0000
+++ b/sys/common/pmap/tlb/pmap.c Wed Jan 18 07:17:09 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.11 2012/01/06 09:41:17 skrll Exp $ */
+/* $NetBSD: pmap.c,v 1.12 2012/01/18 07:17:09 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.11 2012/01/06 09:41:17 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.12 2012/01/18 07:17:09 skrll Exp $");
/*
* Manages physical address maps.
@@ -717,7 +717,7 @@
(void)VM_PAGEMD_PVLIST_LOCK(mdpg, false);
pv = &mdpg->mdpg_first;
/*
- * 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