summaryrefslogtreecommitdiffstats
path: root/sys/uvm/uvm_pmemrange.c
diff options
context:
space:
mode:
authortb <tb@openbsd.org>2016-01-29 11:50:40 +0000
committertb <tb@openbsd.org>2016-01-29 11:50:40 +0000
commit7a3af63b2fc941cf1a07ee01ac8479d1e714e57d (patch)
tree1f1fc38dc96ce993d57b42a520d3f7465d70e2e2 /sys/uvm/uvm_pmemrange.c
parentSupport for RGB colour, using the extended cell mechanism to avoid (diff)
downloadwireguard-openbsd-7a3af63b2fc941cf1a07ee01ac8479d1e714e57d.tar.xz
wireguard-openbsd-7a3af63b2fc941cf1a07ee01ac8479d1e714e57d.zip
Therefor -> Therefore (where appropriate)
from ray@, ok jmc@
Diffstat (limited to 'sys/uvm/uvm_pmemrange.c')
-rw-r--r--sys/uvm/uvm_pmemrange.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/uvm/uvm_pmemrange.c b/sys/uvm/uvm_pmemrange.c
index 001e249bad2..d7ae21f310a 100644
--- a/sys/uvm/uvm_pmemrange.c
+++ b/sys/uvm/uvm_pmemrange.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvm_pmemrange.c,v 1.49 2015/12/06 10:42:43 blambert Exp $ */
+/* $OpenBSD: uvm_pmemrange.c,v 1.50 2016/01/29 11:50:40 tb Exp $ */
/*
* Copyright (c) 2009, 2010 Ariane van der Steldt <ariane@stack.nl>
@@ -192,7 +192,7 @@ uvm_pmemrange_addr_cmp(struct uvm_pmemrange *lhs, struct uvm_pmemrange *rhs)
* Comparator: sort by use ascending.
*
* The higher the use value of a range, the more devices need memory in
- * this range. Therefor allocate from the range with the lowest use first.
+ * this range. Therefore allocate from the range with the lowest use first.
*/
int
uvm_pmemrange_use_cmp(struct uvm_pmemrange *lhs, struct uvm_pmemrange *rhs)