summaryrefslogtreecommitdiff
path: root/sys/uvm/uvm_map.c
diff options
context:
space:
mode:
authorPeter Hessler <phessler@cvs.openbsd.org>2019-02-10 16:42:36 +0000
committerPeter Hessler <phessler@cvs.openbsd.org>2019-02-10 16:42:36 +0000
commit029d0047c4edb5891d11b15c9f100faf06c16906 (patch)
tree0cfc63cc0dbf9cd7d581828fe8e1bf01d800a059 /sys/uvm/uvm_map.c
parent018ff054f6fde41099b0b7fcd206caabdc7ba803 (diff)
"non-existant" is one of those words that don't exist, so use "non-existent"
instead From Pamela Mosiejczuk, many thanks! OK phessler@ deraadt@
Diffstat (limited to 'sys/uvm/uvm_map.c')
-rw-r--r--sys/uvm/uvm_map.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/uvm/uvm_map.c b/sys/uvm/uvm_map.c
index d97f60fdf09..311b556c9d6 100644
--- a/sys/uvm/uvm_map.c
+++ b/sys/uvm/uvm_map.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvm_map.c,v 1.239 2018/10/31 08:50:25 kettenis Exp $ */
+/* $OpenBSD: uvm_map.c,v 1.240 2019/02/10 16:42:35 phessler Exp $ */
/* $NetBSD: uvm_map.c,v 1.86 2000/11/27 08:40:03 chs Exp $ */
/*
@@ -1491,7 +1491,7 @@ uvm_mapent_merge(struct vm_map *map, struct vm_map_entry *e1,
* Attempt forward and backward joining of entry.
*
* Returns entry after joins.
- * We are guaranteed that the amap of entry is either non-existant or
+ * We are guaranteed that the amap of entry is either non-existent or
* has never been used.
*/
struct vm_map_entry*