diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-04-11 00:13:16 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-04-11 00:13:16 +0900 |
commit | 3a258d3a47a75f225ddfd6942d2fd3429afa4d38 (patch) | |
tree | 55e6d1051f092ace573c844b61122fe21cdc643c /src/shared/btrfs-util.c | |
parent | 1196b6a2e61075c029cb959f1e866af04e01fbe4 (diff) | |
download | systemd-3a258d3a47a75f225ddfd6942d2fd3429afa4d38.tar.gz |
fix typo
Diffstat (limited to 'src/shared/btrfs-util.c')
-rw-r--r-- | src/shared/btrfs-util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/btrfs-util.c b/src/shared/btrfs-util.c index ec5951b52f..5e3bcbb6e4 100644 --- a/src/shared/btrfs-util.c +++ b/src/shared/btrfs-util.c @@ -659,7 +659,7 @@ int btrfs_subvol_find_subtree_qgroup(int fd, uint64_t subvol_id, uint64_t *ret) * prepared with btrfs_subvol_auto_qgroup_fd() with * insert_intermediary_qgroup=true (or equivalent). For others * it will return the leaf qgroup instead. The two cases may - * be distuingished via the return value, which is 1 in case + * be distinguished via the return value, which is 1 in case * an appropriate "subtree" qgroup was found, and 0 * otherwise. */ |