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/b661fd05d27a
branches:  trunk
changeset: 784547:b661fd05d27a
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Jan 31 21:57:39 2013 +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 706f762bc697 -r b661fd05d27a sys/arch/arm/arm32/pmap.c
--- a/sys/arch/arm/arm32/pmap.c Thu Jan 31 21:10:37 2013 +0000
+++ b/sys/arch/arm/arm32/pmap.c Thu Jan 31 21:57:39 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.248 2013/01/19 00:15:09 matt Exp $  */
+/*     $NetBSD: pmap.c,v 1.249 2013/01/31 21:57:39 skrll Exp $ */
 
 /*
  * Copyright 2003 Wasabi Systems, Inc.
@@ -212,7 +212,7 @@
 #include <arm/cpuconf.h>
 #include <arm/arm32/katelib.h>
 
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.248 2013/01/19 00:15:09 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.249 2013/01/31 21:57:39 skrll Exp $");
 
 #ifdef PMAP_DEBUG
 
@@ -823,7 +823,7 @@
 /*
  * main pv_entry manipulation functions:
  *   pmap_enter_pv: enter a mapping onto a vm_page list
- *   pmap_remove_pv: remove a mappiing from a vm_page list
+ *   pmap_remove_pv: remove a mapping from a vm_page list
  *
  * NOTE: pmap_enter_pv expects to lock the pvh itself
  *       pmap_remove_pv expects te caller to lock the pvh before calling



Home | Main Index | Thread Index | Old Index