Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/usermode/usermode Fix typo TBL->TLB



details:   https://anonhg.NetBSD.org/src/rev/0e7f099528c4
branches:  trunk
changeset: 772002:0e7f099528c4
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Tue Dec 13 11:11:03 2011 +0000

description:
Fix typo TBL->TLB

diffstat:

 sys/arch/usermode/usermode/pmap.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 3e828ec11fec -r 0e7f099528c4 sys/arch/usermode/usermode/pmap.c
--- a/sys/arch/usermode/usermode/pmap.c Tue Dec 13 11:03:51 2011 +0000
+++ b/sys/arch/usermode/usermode/pmap.c Tue Dec 13 11:11:03 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.74 2011/11/27 21:33:19 reinoud Exp $ */
+/* $NetBSD: pmap.c,v 1.75 2011/12/13 11:11:03 reinoud Exp $ */
 
 /*-
  * Copyright (c) 2011 Reinoud Zandijk <reinoud%NetBSD.org@localhost>
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.74 2011/11/27 21:33:19 reinoud Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.75 2011/12/13 11:11:03 reinoud Exp $");
 
 #include "opt_memsize.h"
 #include "opt_kmempages.h"
@@ -519,7 +519,7 @@
                return true;
        }
 
-       /* if its not mapped in, we have a TBL fault */
+       /* if its not mapped in, we have a TLB fault */
        if ((pv->pv_vflags & PV_MAPPEDIN) == 0) {
                if (pv->pv_mmap_ppl != THUNK_PROT_NONE) {
                        dprintf_debug("%s: tlb fault page lpn %"PRIiPTR"\n",



Home | Main Index | Thread Index | Old Index