Skip to content

Commit

Permalink
OpenZFS 9862 - fix typo in comment in vdev_impl.h
Browse files Browse the repository at this point in the history
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: openzfs/openzfs@84927f52
Closes openzfs#8036
  • Loading branch information
allanjude authored and Gregor Kopka committed Jan 7, 2019
1 parent 3d9e4d5 commit f0d21fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/sys/vdev_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f0d21fb

Please sign in to comment.