summaryrefslogtreecommitdiffstats
path: root/module/zfs
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 /module/zfs
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 'module/zfs')
-rw-r--r--module/zfs/fm.c2
-rw-r--r--module/zfs/spa_history.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/module/zfs/fm.c b/module/zfs/fm.c
index 4de901ed0..d60c296c5 100644
--- a/module/zfs/fm.c
+++ b/module/zfs/fm.c
@@ -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
diff --git a/module/zfs/spa_history.c b/module/zfs/spa_history.c
index cf6fc224a..4ae74c284 100644
--- a/module/zfs/spa_history.c
+++ b/module/zfs/spa_history.c
@@ -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.
*