summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.h
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2023-12-05 21:26:39 +0300
committerDavid Sterba <dsterba@suse.com>2023-12-16 01:00:04 +0300
commiteefaf0a1a6f10726faa4d1b7800fdf307e97ef55 (patch)
treebfe6eee0147d98a9b86423d9d26a6a6bcf43329c /fs/btrfs/volumes.h
parent4618d0a66b505a81cc39b17935118227a7fc24f8 (diff)
downloadlinux-eefaf0a1a6f10726faa4d1b7800fdf307e97ef55.tar.xz
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.h2
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.