diff options
author | David Sterba <dsterba@suse.com> | 2023-12-05 19:26:39 +0100 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2023-12-15 23:00:04 +0100 |
commit | eefaf0a1a6f10726faa4d1b7800fdf307e97ef55 (patch) | |
tree | bfe6eee0147d98a9b86423d9d26a6a6bcf43329c /fs/btrfs/volumes.h | |
parent | 4618d0a66b505a81cc39b17935118227a7fc24f8 (diff) |
btrfs: fix typos found by codespell
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/volumes.h')
-rw-r--r-- | fs/btrfs/volumes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/volumes.h b/fs/btrfs/volumes.h index 6c6faed2468a..53f87f398da7 100644 --- a/fs/btrfs/volumes.h +++ b/fs/btrfs/volumes.h @@ -613,7 +613,7 @@ static inline unsigned long btrfs_chunk_item_size(int num_stripes) } /* - * Do the type safe converstion from stripe_nr to offset inside the chunk. + * Do the type safe conversion from stripe_nr to offset inside the chunk. * * @stripe_nr is u32, with left shift it can overflow u32 for chunks larger * than 4G. This does the proper type cast to avoid overflow. |