summaryrefslogtreecommitdiff
path: root/sys/nfs/nfs_bio.c
diff options
context:
space:
mode:
authorThordur I. Bjornsson <thib@cvs.openbsd.org>2009-08-27 23:39:47 +0000
committerThordur I. Bjornsson <thib@cvs.openbsd.org>2009-08-27 23:39:47 +0000
commit8851ba77a560521840f40bdbe1615ee160b4084e (patch)
tree77082ac04b8d863c2cf37684fc880cbdbb46058b /sys/nfs/nfs_bio.c
parenteb829b5161018a1760bb5cb088700543403224b6 (diff)
Garbage collect two variables that where set but unused.
Tiny spacing nit. Fix a typo, pointed out by miod@.
Diffstat (limited to 'sys/nfs/nfs_bio.c')
-rw-r--r--sys/nfs/nfs_bio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/nfs/nfs_bio.c b/sys/nfs/nfs_bio.c
index c39ff82666c..45e827946f1 100644
--- a/sys/nfs/nfs_bio.c
+++ b/sys/nfs/nfs_bio.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: nfs_bio.c,v 1.65 2009/08/27 23:26:56 thib Exp $ */
+/* $OpenBSD: nfs_bio.c,v 1.66 2009/08/27 23:39:46 thib Exp $ */
/* $NetBSD: nfs_bio.c,v 1.25.4.2 1996/07/08 20:47:04 jtc Exp $ */
/*
@@ -550,7 +550,7 @@ nfs_asyncio(struct buf *bp)
/*
- * Make sure we don't queue up to much.
+ * Make sure we don't queue up too much.
* TODO: Look into implementing migration for aiods.
*/
if (nmp->nm_bufqlen >= nfs_aiodbufqmax) {