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/3c06619e4430
branches:  trunk
changeset: 831499:3c06619e4430
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 0a5842f234be -r 3c06619e4430 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