svn commit: r295372 - head/sys/kern

Pedro F. Giffuni pfg at FreeBSD.org
Sun Feb 7 16:18:13 UTC 2016


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)


More information about the svn-src-all mailing list