Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/arm32 Typo in comment.



details:   https://anonhg.NetBSD.org/src/rev/a92c12045d2f
branches:  trunk
changeset: 752105:a92c12045d2f
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Feb 15 07:55:33 2010 +0000

description:
Typo in comment.

diffstat:

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

diffs (27 lines):

diff -r abc0792dc442 -r a92c12045d2f sys/arch/arm/arm32/pmap.c
--- a/sys/arch/arm/arm32/pmap.c Sun Feb 14 23:30:52 2010 +0000
+++ b/sys/arch/arm/arm32/pmap.c Mon Feb 15 07:55:33 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.211 2010/01/02 07:53:29 he Exp $    */
+/*     $NetBSD: pmap.c,v 1.212 2010/02/15 07:55:33 skrll Exp $ */
 
 /*
  * Copyright 2003 Wasabi Systems, Inc.
@@ -211,7 +211,7 @@
 #include <machine/param.h>
 #include <arm/arm32/katelib.h>
 
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.211 2010/01/02 07:53:29 he Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.212 2010/02/15 07:55:33 skrll Exp $");
 
 #ifdef PMAP_DEBUG
 
@@ -2701,7 +2701,7 @@
 
        if (flush) {
                /*
-                * Note: We can't use pmap_tlb_flush{I,}D() here since that
+                * Note: We can't use pmap_tlb_flush{I,D}() here since that
                 * would need a subsequent call to pmap_update() to ensure
                 * curpm->pm_cstate.cs_all is reset. Our callers are not
                 * required to do that (see pmap(9)), so we can't modify



Home | Main Index | Thread Index | Old Index