mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-23 02:44:41 +03:00
Fix typos in cmd/
Reviewed-by: Ryan Moeller <ryan@ixsystems.com> Reviewed-by: Richard Laager <rlaager@wiktel.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> Closes #9234
This commit is contained in:
committed by
Tony Hutter
parent
cac5f924ce
commit
eaf8e3b779
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user