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/5a1e65e5c1bf
branches:  trunk
changeset: 333012:5a1e65e5c1bf
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Oct 14 12:31:14 2014 +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 eae65b0cfb3b -r 5a1e65e5c1bf sys/arch/arm/arm32/pmap.c
--- a/sys/arch/arm/arm32/pmap.c Tue Oct 14 12:00:22 2014 +0000
+++ b/sys/arch/arm/arm32/pmap.c Tue Oct 14 12:31:14 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.302 2014/09/23 06:31:54 matt Exp $  */
+/*     $NetBSD: pmap.c,v 1.303 2014/10/14 12:31:14 skrll Exp $ */
 
 /*
  * Copyright 2003 Wasabi Systems, Inc.
@@ -216,7 +216,7 @@
 #include <arm/locore.h>
 //#include <arm/arm32/katelib.h>
 
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.302 2014/09/23 06:31:54 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.303 2014/10/14 12:31:14 skrll Exp $");
 
 //#define PMAP_DEBUG
 #ifdef PMAP_DEBUG
@@ -3348,7 +3348,7 @@
                                }
                        }
                }
-#endif /* !ARMM_MMU_EXTENDED */
+#endif /* !ARM_MMU_EXTENDED */
 
                pmap_tlb_flush_SE(pm, va, oflags);
 



Home | Main Index | Thread Index | Old Index