aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/bio.c
diff options
context:
space:
mode:
authorGravatar Colin Ian King <colin.i.king@gmail.com> 2023-01-17 10:03:21 +0000
committerGravatar David Sterba <dsterba@suse.com> 2023-02-15 19:38:50 +0100
commit67da05b3f28166b24316ecf675637f9b77661983 (patch)
tree6d7d95cc676dd0cb958882659a0f8073042ccfa1 /fs/btrfs/bio.c
parentbtrfs: skip backref walking during fiemap if we know the leaf is shared (diff)
downloadlinux-67da05b3f28166b24316ecf675637f9b77661983.tar.gz
linux-67da05b3f28166b24316ecf675637f9b77661983.tar.bz2
linux-67da05b3f28166b24316ecf675637f9b77661983.zip
btrfs: fix spelling mistakes found using codespell
There quite a few spelling mistakes as found using codespell. Fix them. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/bio.c')
-rw-r--r--fs/btrfs/bio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/bio.c b/fs/btrfs/bio.c
index 8affc88b0e0a..c3bf36fef3aa 100644
--- a/fs/btrfs/bio.c
+++ b/fs/btrfs/bio.c
@@ -283,7 +283,7 @@ void btrfs_submit_bio(struct btrfs_fs_info *fs_info, struct bio *bio, int mirror
* RAID setup. Here we only want to write the one bad copy, so we do the
* mapping ourselves and submit the bio directly.
*
- * The I/O is issued sychronously to block the repair read completion from
+ * The I/O is issued synchronously to block the repair read completion from
* freeing the bio.
*/
int btrfs_repair_io_failure(struct btrfs_fs_info *fs_info, u64 ino, u64 start,