diff options
author | David Sterba <dsterba@suse.com> | 2021-05-21 17:42:23 +0200 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2021-06-22 14:11:57 +0200 |
commit | 1a9fd4172d5c8ba64735b3aef7eed643d398ce05 (patch) | |
tree | 80b8217f78e62a9ff867022fe6cca182129c3772 /fs/btrfs/delalloc-space.c | |
parent | btrfs: remove a stale comment for btrfs_decompress_bio() (diff) | |
download | linux-1a9fd4172d5c8ba64735b3aef7eed643d398ce05.tar.xz linux-1a9fd4172d5c8ba64735b3aef7eed643d398ce05.zip |
btrfs: fix typos in comments
Fix typos that have snuck in since the last round. Found by codespell.
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/delalloc-space.c')
-rw-r--r-- | fs/btrfs/delalloc-space.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/delalloc-space.c b/fs/btrfs/delalloc-space.c index 56642ca7af10..2059d1504149 100644 --- a/fs/btrfs/delalloc-space.c +++ b/fs/btrfs/delalloc-space.c @@ -89,7 +89,7 @@ * ->outstanding_extents += 1 (current value is 1) * * -> set_delalloc - * ->outstanding_extents += 1 (currrent value is 2) + * ->outstanding_extents += 1 (current value is 2) * * -> btrfs_delalloc_release_extents() * ->outstanding_extents -= 1 (current value is 1) |