summaryrefslogtreecommitdiff
path: root/sys/kern/vfs_bio.c
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2004-12-05 04:42:43 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2004-12-05 04:42:43 +0000
commit8b4504b92bda88cd6493438dad5418867e2d38e9 (patch)
tree3ee13458bb990f19832e46f8084147c1556299ac /sys/kern/vfs_bio.c
parentb931fc57aed2d299cfbede44c20c89bf03539cd2 (diff)
less then -> less than
Diffstat (limited to 'sys/kern/vfs_bio.c')
-rw-r--r--sys/kern/vfs_bio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c
index 56e0b3d2514..6295cedd1f3 100644
--- a/sys/kern/vfs_bio.c
+++ b/sys/kern/vfs_bio.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vfs_bio.c,v 1.72 2004/11/30 12:39:43 pedro Exp $ */
+/* $OpenBSD: vfs_bio.c,v 1.73 2004/12/05 04:42:42 jsg Exp $ */
/* $NetBSD: vfs_bio.c,v 1.44 1996/06/11 11:15:36 pk Exp $ */
/*-
@@ -214,7 +214,7 @@ bufinit(void)
/*
* Reserve 5% of bufpages for syncer's needs,
* but not more than 25% and if possible
- * not less then 2 * MAXBSIZE. locleanpages
+ * not less than 2 * MAXBSIZE. locleanpages
* value must be not too small, but probably
* there are no reason to set it more than 1-2 MB.
*/