Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Feb 2016 16:18:12 +0000 (UTC)
From:      "Pedro F. Giffuni" <pfg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r295372 - head/sys/kern
Message-ID:  <201602071618.u17GICWx024458@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602071618.u17GICWx024458>