diff options
author | 2015-09-23 00:16:44 +0000 | |
---|---|---|
committer | 2015-09-23 00:16:44 +0000 | |
commit | 1f58ef7605e87bd6aac645c33c27ac5af67df3e4 (patch) | |
tree | 81fb275b1236619323bd5054fec2e61a3aceb36e | |
parent | consistency: no need to restate the page name in .Nm over and over again; (diff) | |
download | wireguard-openbsd-1f58ef7605e87bd6aac645c33c27ac5af67df3e4.tar.xz wireguard-openbsd-1f58ef7605e87bd6aac645c33c27ac5af67df3e4.zip |
Corect a kbind comment to describe the version that was settled on: no old
data, only new
-rw-r--r-- | sys/uvm/uvm_mmap.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/uvm/uvm_mmap.c b/sys/uvm/uvm_mmap.c index ee8187f6de9..c473046c7f4 100644 --- a/sys/uvm/uvm_mmap.c +++ b/sys/uvm/uvm_mmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uvm_mmap.c,v 1.114 2015/09/06 17:06:43 deraadt Exp $ */ +/* $OpenBSD: uvm_mmap.c,v 1.115 2015/09/23 00:16:44 guenther Exp $ */ /* $NetBSD: uvm_mmap.c,v 1.49 2001/02/18 21:19:08 chs Exp $ */ /* @@ -1183,9 +1183,9 @@ sys_kbind(struct proc *p, void *v, register_t *retval) /* * The param argument points to an array of __kbind structures - * followed by the corresponding new and old data areas for them - * in alternation. Verify that the sizes in the __kbind structures - * add up to the total size and find the start of the old+new area. + * followed by the corresponding new data areas for them. Verify + * that the sizes in the __kbind structures add up to the total + * size and find the start of the new area. */ paramp = ¶m.uk[0]; s = psize; |