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 type in comment



details:   https://anonhg.NetBSD.org/src/rev/5df48fc5de18
branches:  trunk
changeset: 745148:5df48fc5de18
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Feb 23 10:22:07 2020 +0000

description:
type in comment

diffstat:

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

diffs (27 lines):

diff -r a9f429d7aab2 -r 5df48fc5de18 sys/arch/arm/arm32/pmap.c
--- a/sys/arch/arm/arm32/pmap.c Sun Feb 23 09:53:42 2020 +0000
+++ b/sys/arch/arm/arm32/pmap.c Sun Feb 23 10:22:07 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.392 2020/02/12 17:36:41 skrll Exp $ */
+/*     $NetBSD: pmap.c,v 1.393 2020/02/23 10:22:07 skrll Exp $ */
 
 /*
  * Copyright 2003 Wasabi Systems, Inc.
@@ -198,7 +198,7 @@
 #endif
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.392 2020/02/12 17:36:41 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.393 2020/02/23 10:22:07 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/types.h>
@@ -6730,7 +6730,7 @@
  * find them as necessary.
  *
  * Note that the data on this list MUST remain valid after initarm() returns,
- * as pmap_bootstrap() uses it to contruct L2 table metadata.
+ * as pmap_bootstrap() uses it to construct L2 table metadata.
  */
 SLIST_HEAD(, pv_addr) kernel_pt_list = SLIST_HEAD_INITIALIZER(kernel_pt_list);
 



Home | Main Index | Thread Index | Old Index