Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 May 2019 03:39:35 +0000 (UTC)
From:      Alan Somers <asomers@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r347481 - stable/11/sys/kern
Message-ID:  <201905110339.x4B3dZ32031778@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: asomers
Date: Sat May 11 03:39:34 2019
New Revision: 347481
URL: https://svnweb.freebsd.org/changeset/base/347481

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

Modified:
  stable/11/sys/kern/vfs_bio.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/kern/vfs_bio.c
==============================================================================
--- stable/11/sys/kern/vfs_bio.c	Sat May 11 03:38:50 2019	(r347480)
+++ stable/11/sys/kern/vfs_bio.c	Sat May 11 03:39:34 2019	(r347481)
@@ -4056,7 +4056,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?201905110339.x4B3dZ32031778>