[skip ci] fix typo in comment from r59840

MFC after:	2 weeks
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Alan Somers 2019-04-26 15:00:59 +00:00
parent 26e8ed624e
commit f841e638fb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=346750

View File

@ -4424,7 +4424,7 @@ bufwait(struct buf *bp)
* read error occurred, or if the op was a write. B_CACHE is never
* set if the buffer is invalid or otherwise uncacheable.
*
* biodone does not mess with B_INVAL, allowing the I/O routine or the
* bufdone does not mess with B_INVAL, allowing the I/O routine or the
* initiator to leave B_INVAL set to brelse the buffer out of existence
* in the biodone routine.
*/