From 84927f52bd837f6e4882a19e43fd026f1828d910 Mon Sep 17 00:00:00 2001 From: Allan Jude Date: Mon, 6 Aug 2018 23:33:13 -0400 Subject: [PATCH] 9862 fix typo in comment in vdev_impl.h Reviewed by: Matthew Ahrens Reviewed by: Brian Behlendorf Approved by: Robert Mustacchi --- usr/src/uts/common/fs/zfs/sys/vdev_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/src/uts/common/fs/zfs/sys/vdev_impl.h b/usr/src/uts/common/fs/zfs/sys/vdev_impl.h index d4ba5669a0..4c5fe11a1e 100644 --- a/usr/src/uts/common/fs/zfs/sys/vdev_impl.h +++ b/usr/src/uts/common/fs/zfs/sys/vdev_impl.h @@ -297,7 +297,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. -- 2.11.4.GIT