mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 10:37:35 +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
+1
-1
@@ -154,7 +154,7 @@ fm_printf(int depth, int c, int cols, const char *format, ...)
|
||||
}
|
||||
|
||||
/*
|
||||
* Recursively print a nvlist in the specified column width and return the
|
||||
* Recursively print an nvlist in the specified column width and return the
|
||||
* column we end up in. This function is called recursively by fm_nvprint(),
|
||||
* below. We generically format the entire nvpair using hexadecimal
|
||||
* integers and strings, and elide any integer arrays. Arrays are basically
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
* The history log is stored as a dmu object containing
|
||||
* <packed record length, record nvlist> tuples.
|
||||
*
|
||||
* Where "record nvlist" is a nvlist containing uint64_ts and strings, and
|
||||
* Where "record nvlist" is an nvlist containing uint64_ts and strings, and
|
||||
* "packed record length" is the packed length of the "record nvlist" stored
|
||||
* as a little endian uint64_t.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user