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 Fix a comment. From ad@



details:   https://anonhg.NetBSD.org/src/rev/6fff56078d94
branches:  trunk
changeset: 930776:6fff56078d94
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Apr 14 07:31:52 2020 +0000

description:
Fix a comment.  From ad@

diffstat:

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

diffs (27 lines):

diff -r d82e87e4a262 -r 6fff56078d94 sys/arch/arm/arm32/pmap.c
--- a/sys/arch/arm/arm32/pmap.c Tue Apr 14 07:31:39 2020 +0000
+++ b/sys/arch/arm/arm32/pmap.c Tue Apr 14 07:31:52 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.403 2020/04/13 00:27:16 chs Exp $   */
+/*     $NetBSD: pmap.c,v 1.404 2020/04/14 07:31:52 skrll Exp $ */
 
 /*
  * Copyright 2003 Wasabi Systems, Inc.
@@ -198,7 +198,7 @@
 #endif
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.403 2020/04/13 00:27:16 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.404 2020/04/14 07:31:52 skrll Exp $");
 
 #include <sys/atomic.h>
 #include <sys/param.h>
@@ -2966,7 +2966,7 @@
                pmap_acquire_page_lock(md);
 #ifdef MULTIPROCESSOR
                /*
-                * Restart of the beginning of the list.
+                * Restart at the beginning of the list.
                 */
                pvp = &SLIST_FIRST(&md->pvh_list);
 #endif



Home | Main Index | Thread Index | Old Index