From 9f5c1bc60935068d947dd596a7dbefdf4d04efd7 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 30 Aug 2019 23:32:18 +0200 Subject: Fix typos in module/ Reviewed-by: Ryan Moeller Reviewed-by: Richard Laager Reviewed-by: Brian Behlendorf Signed-off-by: Andrea Gelmini Closes #9241 --- module/zcommon/zfs_namecheck.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/zcommon/zfs_namecheck.c') 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] != '@' && -- cgit v1.2.3