summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrange <grange@openbsd.org>2003-11-20 17:54:55 +0000
committergrange <grange@openbsd.org>2003-11-20 17:54:55 +0000
commit4257bd5032e5c83c3609ccf43892465badeabc8d (patch)
tree64105073624d912c457c13a097a1c416f23b21ca
parentMake these pass -Wsign-compare (diff)
downloadwireguard-openbsd-4257bd5032e5c83c3609ccf43892465badeabc8d.tar.xz
wireguard-openbsd-4257bd5032e5c83c3609ccf43892465badeabc8d.zip
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?)