summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Yurchenko <grange@cvs.openbsd.org>2003-11-20 17:54:56 +0000
committerAlexander Yurchenko <grange@cvs.openbsd.org>2003-11-20 17:54:56 +0000
commit24c8345a5d97240621c62844d55916c66b5f9333 (patch)
tree47299316dadd64ea85b5f05ec58675d348fa94ab
parent9804231f5da6e8566f37d875f7c27599ac9e2c01 (diff)
Sync comments with NetBSD.
ok millert@
-rw-r--r--sys/uvm/uvm_glue.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/uvm/uvm_glue.c b/sys/uvm/uvm_glue.c
index 7f1d57ee4d5..4f882377f85 100644
--- a/sys/uvm/uvm_glue.c
+++ b/sys/uvm/uvm_glue.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvm_glue.c,v 1.37 2003/11/20 14:44:31 grange Exp $ */
+/* $OpenBSD: uvm_glue.c,v 1.38 2003/11/20 17:54:55 grange Exp $ */
/* $NetBSD: uvm_glue.c,v 1.44 2001/02/06 19:54:44 eeh Exp $ */
/*
@@ -176,7 +176,7 @@ uvm_chgkprot(addr, len, rw)
#endif
/*
- * vslock: wire user memory for I/O
+ * uvm_vslock: wire user memory for I/O
*
* - called from physio and sys___sysctl
* - XXXCDC: consider nuking this (or making it a macro?)
@@ -205,7 +205,7 @@ uvm_vslock(p, addr, len, access_type)
}
/*
- * vslock: wire user memory for I/O
+ * uvm_vsunlock: unwire user memory wired by uvm_vslock()
*
* - called from physio and sys___sysctl
* - XXXCDC: consider nuking this (or making it a macro?)