summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pieuchot <mpi@cvs.openbsd.org>2020-10-13 08:48:00 +0000
committerMartin Pieuchot <mpi@cvs.openbsd.org>2020-10-13 08:48:00 +0000
commita581dcc7238051ac9271dc296140284deb7786cf (patch)
tree5fca3a43b424e14a76b007fb3ce6870a53fb8d05
parentf58222c70d672e056f3e28e43313993808afc074 (diff)
typo in comment
-rw-r--r--sys/uvm/uvm_unix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/uvm/uvm_unix.c b/sys/uvm/uvm_unix.c
index fb77142e2b9..0506b6fd81d 100644
--- a/sys/uvm/uvm_unix.c
+++ b/sys/uvm/uvm_unix.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvm_unix.c,v 1.68 2020/07/06 13:33:09 pirofti Exp $ */
+/* $OpenBSD: uvm_unix.c,v 1.69 2020/10/13 08:47:59 mpi Exp $ */
/* $NetBSD: uvm_unix.c,v 1.18 2000/09/13 15:00:25 thorpej Exp $ */
/*
@@ -148,7 +148,7 @@ uvm_grow(struct proc *p, vaddr_t sp)
* When then pass that range to the walk callback with 'start'
* pointing to the start of the present range, 'realend' pointing
* to the first absent page (or the end of the entry), and 'end'
- * pointing to the page page the last absent page (or the end of
+ * pointing to the page past the last absent page (or the end of
* the entry).
*
* Note that if the first page of the amap is empty then the callback