From 9f438c5f948c0072f16431407a373ead34fabf6e Mon Sep 17 00:00:00 2001 From: Allan Jude Date: Thu, 18 Oct 2018 14:14:04 +0300 Subject: [PATCH] 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 --- include/sys/vdev_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/sys/vdev_impl.h b/include/sys/vdev_impl.h index c5b0c0cd8f..d308685478 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.