diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-11-15 21:09:47 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-11-15 21:09:47 +0000 |
commit | 949697742576e42a42bd5167dde01391c7c64b97 (patch) | |
tree | d4e4d91617e4b4a63b7a16faff4054779b07e7ec /sys/uvm | |
parent | a264dff2442a60964cbf2c4585b92128a2ce3d97 (diff) |
Only two `h' in threshold.
Diffstat (limited to 'sys/uvm')
-rw-r--r-- | sys/uvm/uvm_aobj.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/uvm/uvm_aobj.c b/sys/uvm/uvm_aobj.c index be72e9abae6..0208e2b3b53 100644 --- a/sys/uvm/uvm_aobj.c +++ b/sys/uvm/uvm_aobj.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uvm_aobj.c,v 1.28 2005/10/27 18:05:16 otto Exp $ */ +/* $OpenBSD: uvm_aobj.c,v 1.29 2005/11/15 21:09:46 miod Exp $ */ /* $NetBSD: uvm_aobj.c,v 1.39 2001/02/18 21:19:08 chs Exp $ */ /* @@ -94,7 +94,7 @@ & (AOBJ)->u_swhashmask)]) /* - * the swhash threshhold determines if we will use an array or a + * the swhash threshold determines if we will use an array or a * hash table to store the list of allocated swap blocks. */ |