Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/uvm/pmap Improve wording a bit in a comment for the prev...
details: https://anonhg.NetBSD.org/src/rev/81cddcc04e77
branches: trunk
changeset: 366007:81cddcc04e77
user: rin <rin%NetBSD.org@localhost>
date: Sun May 08 22:00:06 2022 +0000
description:
Improve wording a bit in a comment for the previous.
diffstat:
sys/uvm/pmap/pmap_pvt.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r 5d360b3b84ac -r 81cddcc04e77 sys/uvm/pmap/pmap_pvt.c
--- a/sys/uvm/pmap/pmap_pvt.c Sun May 08 21:55:34 2022 +0000
+++ b/sys/uvm/pmap/pmap_pvt.c Sun May 08 22:00:06 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap_pvt.c,v 1.13 2022/05/08 21:55:34 rin Exp $ */
+/* $NetBSD: pmap_pvt.c,v 1.14 2022/05/08 22:00:06 rin Exp $ */
/*-
* Copyright (c) 2014, 2020 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: pmap_pvt.c,v 1.13 2022/05/08 21:55:34 rin Exp $");
+__RCSID("$NetBSD: pmap_pvt.c,v 1.14 2022/05/08 22:00:06 rin Exp $");
#include <sys/param.h>
#include <sys/atomic.h>
@@ -201,8 +201,8 @@
* pmap_pv_{,un}track() are intentionally commented out. If modules
* call these functions, the result should be an inconsistent state.
*
- * Such modules require real PV-tracking support. Let us make two
- * symbols undefined, and prevent these modules from loaded.
+ * Such modules require real PV-tracking support. Let us make the
+ * two symbols undefined, and prevent these modules from loaded.
*/
void
pmap_pv_track(paddr_t start, psize_t size)
Home |
Main Index |
Thread Index |
Old Index