Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Jun 2019 17:44:47 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r348563 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys
Message-ID:  <201906031744.x53Hilf3046328@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mav
Date: Mon Jun  3 17:44:47 2019
New Revision: 348563
URL: https://svnweb.freebsd.org/changeset/base/348563

Log:
  MFV r348551: 9862 fix typo in comment in vdev_impl.h
  
  illumos/illumos-gate@84927f52bd837f6e4882a19e43fd026f1828d910
  
  Reviewed by: Matthew Ahrens <mahrens@delphix.com>
  Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov>
  Approved by: Robert Mustacchi <rm@joyent.com>
  Author:     Allan Jude <allanjude@freebsd.org>

Modified:
  head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/vdev_impl.h
Directory Properties:
  head/sys/cddl/contrib/opensolaris/   (props changed)

Modified: head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/vdev_impl.h
==============================================================================
--- head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/vdev_impl.h	Mon Jun  3 17:43:32 2019	(r348562)
+++ head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/vdev_impl.h	Mon Jun  3 17:44:47 2019	(r348563)
@@ -319,7 +319,7 @@ struct vdev {
 
 	/*
 	 * The queue depth parameters determine how many async writes are
-	 * still pending (i.e. allocated by net yet issued to disk) per
+	 * still pending (i.e. allocated but not yet issued to disk) per
 	 * top-level (vdev_async_write_queue_depth) and the maximum allowed
 	 * (vdev_max_async_write_queue_depth). These values only apply to
 	 * top-level vdevs.



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