From: Allan Jude Date: Thu, 18 Oct 2018 11:14:04 +0000 (+0300) Subject: OpenZFS 9862 - fix typo in comment in vdev_impl.h X-Git-Tag: zfs-0.8.0-rc2~50 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9f438c5f948c0072f16431407a373ead34fabf6e;p=zfs OpenZFS 9862 - fix typo in comment in vdev_impl.h Authored by: Allan Jude Reviewed by: Matthew Ahrens Reviewed by: Brian Behlendorf Reviewed by: Tony Hutter Approved by: Robert Mustacchi Ported-by: George Melikov OpenZFS-issue: https://www.illumos.org/issues/9862 OpenZFS-commit: https://github.com/openzfs/openzfs/commit/84927f52 Closes #8036 --- diff --git a/include/sys/vdev_impl.h b/include/sys/vdev_impl.h index c5b0c0cd8..d30868547 100644 --- a/include/sys/vdev_impl.h +++ b/include/sys/vdev_impl.h @@ -286,7 +286,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.