]> git.proxmox.com Git - mirror_zfs.git/commitdiff
OpenZFS 9862 - fix typo in comment in vdev_impl.h
authorAllan Jude <allanjude@freebsd.org>
Thu, 18 Oct 2018 11:14:04 +0000 (14:14 +0300)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 18 Oct 2018 22:09:27 +0000 (15:09 -0700)
Authored by: Allan Jude <allanjude@freebsd.org>
Reviewed by: Matthew Ahrens <mahrens@delphix.com>
Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed by: Tony Hutter <hutter2@llnl.gov>
Approved by: Robert Mustacchi <rm@joyent.com>
Ported-by: George Melikov <mail@gmelikov.ru>
OpenZFS-issue: https://www.illumos.org/issues/9862
OpenZFS-commit: https://github.com/openzfs/openzfs/commit/84927f52
Closes #8036

include/sys/vdev_impl.h

index c5b0c0cd8f4ad0ac45a418c72ac9961d48ac7fce..d308685478756ed972f3a5baba767e6d785d2fd3 100644 (file)
@@ -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.