summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMike Larkin <mlarkin@cvs.openbsd.org>2015-02-28 06:11:05 +0000
committerMike Larkin <mlarkin@cvs.openbsd.org>2015-02-28 06:11:05 +0000
commit5d45999f4f19c5b8bc15659156983e25e247a98b (patch)
tree387fad21732d3387c80cb1090052e61027f57715 /sys
parentff1bbf27d25647771dc2556ca82d64d80c57a100 (diff)
Typo in comment 'reseve' -> 'reserve'
Diffstat (limited to 'sys')
-rw-r--r--sys/uvm/uvm_page.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/uvm/uvm_page.c b/sys/uvm/uvm_page.c
index 0806d733a43..a4c3770a957 100644
--- a/sys/uvm/uvm_page.c
+++ b/sys/uvm/uvm_page.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvm_page.c,v 1.135 2015/02/08 02:17:08 deraadt Exp $ */
+/* $OpenBSD: uvm_page.c,v 1.136 2015/02/28 06:11:04 mlarkin Exp $ */
/* $NetBSD: uvm_page.c,v 1.44 2000/11/27 08:40:04 chs Exp $ */
/*
@@ -751,7 +751,7 @@ uvm_pglistalloc(psize_t size, paddr_t low, paddr_t high, paddr_t alignment,
/*
* XXX uvm_pglistalloc is currently only used for kernel
* objects. Unlike the checks in uvm_pagealloc, below, here
- * we are always allowed to use the kernel reseve. However, we
+ * we are always allowed to use the kernel reserve. However, we
* have to enforce the pagedaemon reserve here or allocations
* via this path could consume everything and we can't
* recover in the page daemon.