diff options
author | Andrea Gelmini <[email protected]> | 2019-08-30 23:32:18 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-08-30 14:32:18 -0700 |
commit | 9f5c1bc60935068d947dd596a7dbefdf4d04efd7 (patch) | |
tree | 2f7e8c3531c1f0809863cdd862e6b79f398cf6fd /module/zcommon/zfs_namecheck.c | |
parent | 9d40bdf414e9baa8fcaf60188e2067e7ec3c1f0f (diff) |
Fix typos in module/
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 #9241
Diffstat (limited to 'module/zcommon/zfs_namecheck.c')
-rw-r--r-- | module/zcommon/zfs_namecheck.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/zcommon/zfs_namecheck.c b/module/zcommon/zfs_namecheck.c index 285f8b644..1649fd545 100644 --- a/module/zcommon/zfs_namecheck.c +++ b/module/zcommon/zfs_namecheck.c @@ -74,7 +74,7 @@ get_dataset_depth(const char *path) /* * Keep track of nesting until you hit the end of the - * path or found the snapshot/bookmark seperator. + * path or found the snapshot/bookmark separator. */ for (int i = 0; loc[i] != '\0' && loc[i] != '@' && |