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 Another typo in a comment.



details:   https://anonhg.NetBSD.org/src/rev/06858edac9d4
branches:  trunk
changeset: 784548:06858edac9d4
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Jan 31 22:01:49 2013 +0000

description:
Another typo in a comment.

diffstat:

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

diffs (27 lines):

diff -r b661fd05d27a -r 06858edac9d4 sys/arch/arm/arm32/pmap.c
--- a/sys/arch/arm/arm32/pmap.c Thu Jan 31 21:57:39 2013 +0000
+++ b/sys/arch/arm/arm32/pmap.c Thu Jan 31 22:01:49 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.249 2013/01/31 21:57:39 skrll Exp $ */
+/*     $NetBSD: pmap.c,v 1.250 2013/01/31 22:01:49 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.249 2013/01/31 21:57:39 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.250 2013/01/31 22:01:49 skrll Exp $");
 
 #ifdef PMAP_DEBUG
 
@@ -826,7 +826,7 @@
  *   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
+ *       pmap_remove_pv expects the caller to lock the pvh before calling
  */
 
 /*



Home | Main Index | Thread Index | Old Index