Skip to content

Commit a658055

Browse files
dcermakkdave
authored andcommitted
libbtrfsutil: update docstring of btrfs_util_set_default_subvolume()
The docstring was referring to the function itself and not to the function for which it is the alias
1 parent 164145b commit a658055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libbtrfsutil/btrfsutil.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ enum btrfs_util_error btrfs_util_subvolume_get_default_fd(int fd, uint64_t *id_r
454454
LIBBTRFSUTIL_ALIAS(btrfs_util_get_default_subvolume_fd);
455455

456456
/**
457-
* btrfs_util_set_default_subvolume() - Alias of btrfs_util_set_default_subvolume(), do not use in new code.
457+
* btrfs_util_set_default_subvolume() - Alias of btrfs_util_subvolume_set_default(), do not use in new code.
458458
*/
459459
enum btrfs_util_error btrfs_util_set_default_subvolume(const char *path, uint64_t id);
460460

0 commit comments

Comments
 (0)