Skip to content

Commit

Permalink
Update docstring of btrfs_util_set_default_subvolume
Browse files Browse the repository at this point in the history
The docstring was referring to the function itself and not to the function for which it is the alias
  • Loading branch information
dcermak authored Nov 19, 2024
1 parent 206baf7 commit 1b28d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbtrfsutil/btrfsutil.h
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ enum btrfs_util_error btrfs_util_subvolume_get_default_fd(int fd, uint64_t *id_r
LIBBTRFSUTIL_ALIAS(btrfs_util_get_default_subvolume_fd);

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

Expand Down

0 comments on commit 1b28d8d

Please # to comment.