Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/uvm fix typo in comment
details: https://anonhg.NetBSD.org/src/rev/90bed32a6402
branches: trunk
changeset: 360843:90bed32a6402
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Mon Apr 02 18:25:41 2018 +0000
description:
fix typo in comment
diffstat:
sys/uvm/uvm_emap.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 665d6ec11de3 -r 90bed32a6402 sys/uvm/uvm_emap.c
--- a/sys/uvm/uvm_emap.c Mon Apr 02 17:45:23 2018 +0000
+++ b/sys/uvm/uvm_emap.c Mon Apr 02 18:25:41 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uvm_emap.c,v 1.11 2014/11/27 14:25:01 uebayasi Exp $ */
+/* $NetBSD: uvm_emap.c,v 1.12 2018/04/02 18:25:41 jdolecek Exp $ */
/*-
* Copyright (c) 2009, 2010 The NetBSD Foundation, Inc.
@@ -67,7 +67,7 @@
* Notes for pmap developers:
*
* Generic (more expensive) stubs are implemented for architectures which
- * do not support pmap.
+ * do not support emap.
*
* Note that uvm_emap_update() is called from lower pmap(9) layer, while
* other functions call to pmap(9). Typical pattern of update in pmap:
@@ -80,7 +80,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_emap.c,v 1.11 2014/11/27 14:25:01 uebayasi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_emap.c,v 1.12 2018/04/02 18:25:41 jdolecek Exp $");
#include <sys/param.h>
#include <sys/kernel.h>
Home |
Main Index |
Thread Index |
Old Index