mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
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:
committed by
Brian Behlendorf
parent
e5fe9ddeec
commit
d5884c3453
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user