aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/zinject
diff options
context:
space:
mode:
authorAndrea Gelmini <[email protected]>2019-08-30 18:43:30 +0200
committerBrian Behlendorf <[email protected]>2019-08-30 09:43:30 -0700
commitad0b23b14ab37a54764122fe8341e62f10245e15 (patch)
tree66ce117ee356fdb08f2eb31569fba0ad50cae2e3 /cmd/zinject
parentac3d4d0cf6b3d06cfd90636b4bc8a2043176b725 (diff)
Fix typos in cmd/
Reviewed-by: Ryan Moeller <[email protected]> Reviewed-by: Richard Laager <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Andrea Gelmini <[email protected]> Closes #9234
Diffstat (limited to 'cmd/zinject')
-rw-r--r--cmd/zinject/translate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/zinject/translate.c b/cmd/zinject/translate.c
index 700961b06..d4795d071 100644
--- a/cmd/zinject/translate.c
+++ b/cmd/zinject/translate.c
@@ -176,7 +176,7 @@ object_from_path(const char *dataset, uint64_t object, zinject_record_t *record)
}
/*
- * Intialize the range based on the type, level, and range given.
+ * Initialize the range based on the type, level, and range given.
*/
static int
initialize_range(err_type_t type, int level, char *range,
@@ -310,7 +310,7 @@ translate_record(err_type_t type, const char *object, const char *range,
ziprintf("raw object: %llu\n", record->zi_object);
/*
- * For the given object, intialize the range in bytes
+ * For the given object, initialize the range in bytes
*/
if (initialize_range(type, level, (char *)range, record) != 0)
goto err;