Minor grammar fix in comment.

This commit is contained in:
Pedro F. Giffuni 2016-02-07 16:18:12 +00:00
parent 9da20ec3a0
commit 7559912039
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=295372

View File

@ -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)