Module Name: src
Committed By: skrll
Date: Tue Aug 4 06:22:55 UTC 2020
Modified Files:
src/sys/arch/x86/x86: pmap.c
Log Message:
typo in comment
To generate a diff of this commit:
cvs rdiff -u -r1.401 -r1.402 src/sys/arch/x86/x86/pmap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/x86/x86/pmap.c
diff -u src/sys/arch/x86/x86/pmap.c:1.401 src/sys/arch/x86/x86/pmap.c:1.402
--- src/sys/arch/x86/x86/pmap.c:1.401 Sun Jul 19 13:58:26 2020
+++ src/sys/arch/x86/x86/pmap.c Tue Aug 4 06:22:54 2020
@@ -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 @@ __KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.4
* 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
*