aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys/vdev_impl.h
diff options
context:
space:
mode:
authorAllan Jude <[email protected]>2018-10-18 14:14:04 +0300
committerBrian Behlendorf <[email protected]>2018-10-18 15:09:27 -0700
commit9f438c5f948c0072f16431407a373ead34fabf6e (patch)
tree6319082a866ad131f06c309bf9d8e40e5aac944c /include/sys/vdev_impl.h
parent8d431940038c4a668abdac40b5853b269d49253e (diff)
OpenZFS 9862 - fix typo in comment in vdev_impl.h
Authored by: Allan Jude <[email protected]> Reviewed by: Matthew Ahrens <[email protected]> Reviewed by: Brian Behlendorf <[email protected]> Reviewed by: Tony Hutter <[email protected]> Approved by: Robert Mustacchi <[email protected]> Ported-by: George Melikov <[email protected]> OpenZFS-issue: https://www.illumos.org/issues/9862 OpenZFS-commit: https://github.com/openzfs/openzfs/commit/84927f52 Closes #8036
Diffstat (limited to 'include/sys/vdev_impl.h')
-rw-r--r--include/sys/vdev_impl.h2
1 files changed, 1 insertions, 1 deletions
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.