diff options
author | GeLiXin <[email protected]> | 2016-08-08 16:00:08 +0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2016-08-11 11:23:49 -0700 |
commit | d5884c3453c5de5892eaae672c5186ed02846113 (patch) | |
tree | ce2e9db7165452409f75180537b48ea238ea2785 /module/nvpair/nvpair.c | |
parent | e5fe9ddeec55e3f7f8348330b3d414244f2d0670 (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 'module/nvpair/nvpair.c')
-rw-r--r-- | module/nvpair/nvpair.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/nvpair/nvpair.c b/module/nvpair/nvpair.c index 1eca0feea..bfd21314e 100644 --- a/module/nvpair/nvpair.c +++ b/module/nvpair/nvpair.c @@ -2022,7 +2022,7 @@ typedef struct { /* * nvs operations are: * - nvs_nvlist - * encoding / decoding of a nvlist header (nvlist_t) + * encoding / decoding of an nvlist header (nvlist_t) * calculates the size used for header and end detection * * - nvs_nvpair |