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 <ge.lixin@zte.com.cn>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #4941
This commit is contained in:
GeLiXin
2016-08-08 16:00:08 +08:00
committed by Brian Behlendorf
parent e5fe9ddeec
commit d5884c3453
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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 */