Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Apr 2019 15:00:59 +0000 (UTC)
From:      Alan Somers <asomers@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r346750 - head/sys/kern
Message-ID:  <201904261500.x3QF0x7S034389@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: asomers
Date: Fri Apr 26 15:00:59 2019
New Revision: 346750
URL: https://svnweb.freebsd.org/changeset/base/346750

Log:
  [skip ci] fix typo in comment from r59840
  
  MFC after:	2 weeks
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/kern/vfs_bio.c

Modified: head/sys/kern/vfs_bio.c
==============================================================================
--- head/sys/kern/vfs_bio.c	Fri Apr 26 14:44:50 2019	(r346749)
+++ head/sys/kern/vfs_bio.c	Fri Apr 26 15:00:59 2019	(r346750)
@@ -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.
  */



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