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 Improve a comment



details:   https://anonhg.NetBSD.org/src/rev/145c70e800f6
branches:  trunk
changeset: 1023131:145c70e800f6
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Aug 26 08:56:21 2021 +0000

description:
Improve a comment

diffstat:

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

diffs (27 lines):

diff -r 360e9c42a221 -r 145c70e800f6 sys/arch/arm/arm32/pmap.c
--- a/sys/arch/arm/arm32/pmap.c Thu Aug 26 07:03:00 2021 +0000
+++ b/sys/arch/arm/arm32/pmap.c Thu Aug 26 08:56:21 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.429 2021/08/24 07:32:31 skrll Exp $ */
+/*     $NetBSD: pmap.c,v 1.430 2021/08/26 08:56:21 skrll Exp $ */
 
 /*
  * Copyright 2003 Wasabi Systems, Inc.
@@ -192,7 +192,7 @@
 #endif
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.429 2021/08/24 07:32:31 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.430 2021/08/26 08:56:21 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/types.h>
@@ -6023,7 +6023,7 @@
                KASSERT(*pdep == 0);
                l1pte_setone(pdep, npde);
 #else
-               /* Distribute new L1 entry to all other L1s */
+               /* Distribute new L1 entry to all L1s */
                SLIST_FOREACH(l1, &l1_list, l1_link) {
                        pd_entry_t * const pdep = &l1->l1_kva[l1slot];
                        l1pte_setone(pdep, npde);



Home | Main Index | Thread Index | Old Index