Module Name: src
Committed By: jdolecek
Date: Mon Apr 2 18:25:42 UTC 2018
Modified Files:
src/sys/uvm: uvm_emap.c
Log Message:
fix typo in comment
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/uvm/uvm_emap.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/uvm/uvm_emap.c
diff -u src/sys/uvm/uvm_emap.c:1.11 src/sys/uvm/uvm_emap.c:1.12
--- src/sys/uvm/uvm_emap.c:1.11 Thu Nov 27 14:25:01 2014
+++ src/sys/uvm/uvm_emap.c Mon Apr 2 18:25:41 2018
@@ -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>