Fix typos in module/

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 #9241
This commit is contained in:
Andrea Gelmini
2019-08-30 23:32:18 +02:00
committed by Brian Behlendorf
parent 9d40bdf414
commit 9f5c1bc609
10 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -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] != '@' &&