diff options
author | David Sterba <dsterba@suse.com> | 2022-05-25 17:27:25 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2022-07-25 18:44:33 +0300 |
commit | 143823cf4d5a36cb8c83f5a6adb291bc45f40bc3 (patch) | |
tree | 034f36b653e1cf1da6ac151f5c41023d3a62930c /fs/btrfs/space-info.c | |
parent | e0dccc3b76fb35bb257b4118367a883073d7390e (diff) | |
download | linux-143823cf4d5a36cb8c83f5a6adb291bc45f40bc3.tar.xz |
btrfs: fix typos in comments
Codespell has found a few typos.
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/space-info.c')
-rw-r--r-- | fs/btrfs/space-info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/space-info.c b/fs/btrfs/space-info.c index 2dd8754cb990..2cf8da1116eb 100644 --- a/fs/btrfs/space-info.c +++ b/fs/btrfs/space-info.c @@ -1280,7 +1280,7 @@ static void priority_reclaim_metadata_space(struct btrfs_fs_info *fs_info, to_reclaim = btrfs_calc_reclaim_metadata_size(fs_info, space_info); /* * This is the priority reclaim path, so to_reclaim could be >0 still - * because we may have only satisified the priority tickets and still + * because we may have only satisfied the priority tickets and still * left non priority tickets on the list. We would then have * to_reclaim but ->bytes == 0. */ |