Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/mips Fix typo.



details:   https://anonhg.NetBSD.org/src/rev/fa4ada515053
branches:  trunk
changeset: 483629:fa4ada515053
user:      soren <soren%NetBSD.org@localhost>
date:      Tue Mar 14 14:10:08 2000 +0000

description:
Fix typo.

diffstat:

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

diffs (27 lines):

diff -r 3669df39b71e -r fa4ada515053 sys/arch/mips/mips/pmap.c
--- a/sys/arch/mips/mips/pmap.c Tue Mar 14 14:08:55 2000 +0000
+++ b/sys/arch/mips/mips/pmap.c Tue Mar 14 14:10:08 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.81 2000/02/11 19:25:16 thorpej Exp $        */
+/*     $NetBSD: pmap.c,v 1.82 2000/03/14 14:10:08 soren Exp $  */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -78,7 +78,7 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.81 2000/02/11 19:25:16 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.82 2000/03/14 14:10:08 soren Exp $");
 
 /*
  *     Manages physical address maps.
@@ -2062,7 +2062,7 @@
        if (CPUISMIPS3 && pv->pv_flags & PV_UNCACHED) {
                /*
                 * Page is currently uncached, check if alias mapping has been
-                * removed.  If it was, then renable caching.
+                * removed.  If it was, then reenable caching.
                 */
                pv = pa_to_pvh(pa);
                for (npv = pv->pv_next; npv; npv = npv->pv_next) {



Home | Main Index | Thread Index | Old Index