diff options
author | Andrea Gelmini <[email protected]> | 2020-06-10 06:24:09 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2020-06-09 21:24:09 -0700 |
commit | dd4bc569b9f73e8c2445bed90d82c92d98aada03 (patch) | |
tree | 64bacc1d16199ed350783f0b9a6490fe79ed6a70 /module/zfs/dsl_bookmark.c | |
parent | 7bcb7f0840d1857370dd1f9ee0ad48f9b7939dfd (diff) |
Fix typos
Correct various typos in the comments and tests.
Reviewed-by: Ryan Moeller <[email protected]>
Reviewed-by: Matthew Ahrens <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Andrea Gelmini <[email protected]>
Closes #10423
Diffstat (limited to 'module/zfs/dsl_bookmark.c')
-rw-r--r-- | module/zfs/dsl_bookmark.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/zfs/dsl_bookmark.c b/module/zfs/dsl_bookmark.c index 7e6a5ceaa..16bf2c441 100644 --- a/module/zfs/dsl_bookmark.c +++ b/module/zfs/dsl_bookmark.c @@ -123,7 +123,7 @@ dsl_bookmark_lookup(dsl_pool_t *dp, const char *fullname, /* * Validates that * - bmark is a full dataset path of a bookmark (bookmark_namecheck) - * - source is a full path of a snaphot or bookmark + * - source is a full path of a snapshot or bookmark * ({bookmark,snapshot}_namecheck) * * Returns 0 if valid, -1 otherwise. |