summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-02-07 16:18:12 +0000
committerpfg <pfg@FreeBSD.org>2016-02-07 16:18:12 +0000
commit8d82ef5201892faa72d60e53b799fe44526e7fb7 (patch)
tree0793ed3438a0d4d74abfd6496748e46e47d38857
parentd7b2b433b412071b70e0ec74bb4e2b5885c3c93e (diff)
downloadFreeBSD-src-8d82ef5201892faa72d60e53b799fe44526e7fb7.zip
FreeBSD-src-8d82ef5201892faa72d60e53b799fe44526e7fb7.tar.gz
Minor grammar fix in comment.
-rw-r--r--sys/kern/vfs_bio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c
index eb392cb..e272f9d 100644
--- a/sys/kern/vfs_bio.c
+++ b/sys/kern/vfs_bio.c
@@ -2245,7 +2245,7 @@ brelse(struct buf *bp)
int qindex;
/*
- * Many function erroneously call brelse with a NULL bp under rare
+ * Many functions erroneously call brelse with a NULL bp under rare
* error conditions. Simply return when called with a NULL bp.
*/
if (bp == NULL)
OpenPOWER on IntegriCloud