aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGeLiXin <[email protected]>2016-08-08 16:00:08 +0800
committerBrian Behlendorf <[email protected]>2016-08-11 11:23:49 -0700
commitd5884c3453c5de5892eaae672c5186ed02846113 (patch)
treece2e9db7165452409f75180537b48ea238ea2785 /include
parente5fe9ddeec55e3f7f8348330b3d414244f2d0670 (diff)
Fix indefinite article
The indefinite article before nvlist should be "an", not "a". We have 27 "an nvlist" and 7 "a nvlist" in our comment, they should stay the same as we are such a strict filesystem. Signed-off-by: GeLiXin <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]> Closes #4941
Diffstat (limited to 'include')
-rw-r--r--include/sys/fs/zfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/fs/zfs.h b/include/sys/fs/zfs.h
index b25d3016a..9d3008934 100644
--- a/include/sys/fs/zfs.h
+++ b/include/sys/fs/zfs.h
@@ -834,7 +834,7 @@ typedef struct vdev_stat {
*
* These are stats which aren't included in the original iostat output. For
* convenience, they are grouped together in vdev_stat_ex, although each stat
- * is individually exported as a nvlist.
+ * is individually exported as an nvlist.
*/
typedef struct vdev_stat_ex {
/* Number of ZIOs issued to disk and waiting to finish */