Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/uvm Correct a comment.



details:   https://anonhg.NetBSD.org/src/rev/2393396b0dbc
branches:  trunk
changeset: 516807:2393396b0dbc
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Oct 30 18:52:17 2001 +0000

description:
Correct a comment.

diffstat:

 sys/uvm/uvm_map.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 79b3f4248bf3 -r 2393396b0dbc sys/uvm/uvm_map.c
--- a/sys/uvm/uvm_map.c Tue Oct 30 17:59:10 2001 +0000
+++ b/sys/uvm/uvm_map.c Tue Oct 30 18:52:17 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uvm_map.c,v 1.110 2001/10/30 15:32:04 thorpej Exp $    */
+/*     $NetBSD: uvm_map.c,v 1.111 2001/10/30 18:52:17 thorpej Exp $    */
 
 /*
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -1832,7 +1832,7 @@
                        /*
                         * If this entry points at a vnode, and the
                         * protection includes VM_PROT_EXECUTE, mark
-                        * the vnode as VTEXT.
+                        * the vnode as VEXECMAP.
                         */
                        if (UVM_ET_ISOBJ(current)) {
                                struct uvm_object *uobj =



Home | Main Index | Thread Index | Old Index