diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-02-10 23:15:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-02-10 23:15:06 +0000 |
commit | f219204e622c247bff69aac64de1942dc8bfaff3 (patch) | |
tree | 1528ee61cf79228f134a59c5fc149f8d67e9240a /sys/uvm | |
parent | bfbcc49c92083563ea5a036a9aeb295fc495af8c (diff) |
spelling
Diffstat (limited to 'sys/uvm')
-rw-r--r-- | sys/uvm/uvm_pdaemon.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/uvm/uvm_pdaemon.c b/sys/uvm/uvm_pdaemon.c index 6d8d8719d6b..fbc1a50f0d0 100644 --- a/sys/uvm/uvm_pdaemon.c +++ b/sys/uvm/uvm_pdaemon.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uvm_pdaemon.c,v 1.22 2002/01/02 22:23:25 miod Exp $ */ +/* $OpenBSD: uvm_pdaemon.c,v 1.23 2002/02/10 23:15:05 deraadt Exp $ */ /* $NetBSD: uvm_pdaemon.c,v 1.23 2000/08/20 10:24:14 bjh21 Exp $ */ /* @@ -381,7 +381,7 @@ uvmpd_scan_inactive(pglst) UVMHIST_FUNC("uvmpd_scan_inactive"); UVMHIST_CALLED(pdhist); /* - * note: we currently keep swap-backed pages on a seperate inactive + * note: we currently keep swap-backed pages on a separate inactive * list from object-backed pages. however, merging the two lists * back together again hasn't been ruled out. thus, we keep our * swap cluster in "swpps" rather than in pps (allows us to mix |