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
This commit is contained in:
Dan Čermák 2024-11-19 14:47:44 +01:00 committed by GitHub
parent 206baf795b
commit 1b28d8dcca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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);