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 comment
details: https://anonhg.NetBSD.org/src/rev/0212f35c3691
branches: trunk
changeset: 1006995:0212f35c3691
user: skrll <skrll%NetBSD.org@localhost>
date: Sun Feb 02 07:47:51 2020 +0000
description:
Fix comment
diffstat:
sys/arch/arm/arm32/pmap.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r ac9aaa179475 -r 0212f35c3691 sys/arch/arm/arm32/pmap.c
--- a/sys/arch/arm/arm32/pmap.c Sun Feb 02 06:43:14 2020 +0000
+++ b/sys/arch/arm/arm32/pmap.c Sun Feb 02 07:47:51 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.382 2020/01/25 16:19:29 skrll Exp $ */
+/* $NetBSD: pmap.c,v 1.383 2020/02/02 07:47:51 skrll Exp $ */
/*
* Copyright 2003 Wasabi Systems, Inc.
@@ -221,7 +221,7 @@
#include <arm/db_machdep.h>
#endif
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.382 2020/01/25 16:19:29 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.383 2020/02/02 07:47:51 skrll Exp $");
//#define PMAP_DEBUG
#ifdef PMAP_DEBUG
@@ -614,7 +614,7 @@
/*
* L1 Page Tables are tracked using a Least Recently Used list.
* - New L1s are allocated from the HEAD.
- * - Freed L1s are added to the TAIl.
+ * - Freed L1s are added to the TAIL.
* - Recently accessed L1s (where an 'access' is some change to one of
* the userland pmaps which owns this L1) are moved to the TAIL.
*/
Home |
Main Index |
Thread Index |
Old Index