Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x86/x86 typo in comment
details: https://anonhg.NetBSD.org/src/rev/d83360fd04cc
branches: trunk
changeset: 936999:d83360fd04cc
user: skrll <skrll%NetBSD.org@localhost>
date: Tue Aug 04 06:22:54 2020 +0000
description:
typo in comment
diffstat:
sys/arch/x86/x86/pmap.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r c5ae5f2e8acd -r d83360fd04cc sys/arch/x86/x86/pmap.c
--- a/sys/arch/x86/x86/pmap.c Tue Aug 04 06:10:27 2020 +0000
+++ b/sys/arch/x86/x86/pmap.c Tue Aug 04 06:22:54 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.401 2020/07/19 13:58:26 maxv Exp $ */
+/* $NetBSD: pmap.c,v 1.402 2020/08/04 06:22:54 skrll Exp $ */
/*
* Copyright (c) 2008, 2010, 2016, 2017, 2019, 2020 The NetBSD Foundation, Inc.
@@ -130,7 +130,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.401 2020/07/19 13:58:26 maxv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.402 2020/08/04 06:22:54 skrll Exp $");
#include "opt_user_ldt.h"
#include "opt_lockdebug.h"
@@ -251,7 +251,7 @@
* pmaps_lock
*
* This lock protects the list of active pmaps (headed by "pmaps").
- * It's acqired when adding or removing pmaps or adjusting kernel PDEs.
+ * It's acquired when adding or removing pmaps or adjusting kernel PDEs.
*
* pp_lock
*
Home |
Main Index |
Thread Index |
Old Index