Author: pfg
Date: Sun Feb  7 16:18:12 2016
New Revision: 295372
URL: https://svnweb.freebsd.org/changeset/base/295372

Log:
  Minor grammar fix in comment.

Modified:
  head/sys/kern/vfs_bio.c

Modified: head/sys/kern/vfs_bio.c
==============================================================================
--- head/sys/kern/vfs_bio.c     Sun Feb  7 15:40:01 2016        (r295371)
+++ head/sys/kern/vfs_bio.c     Sun Feb  7 16:18:12 2016        (r295372)
@@ -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)
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to