diff options
author | Colin Ian King <colin.i.king@gmail.com> | 2023-01-17 10:03:21 +0000 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2023-02-15 19:38:50 +0100 |
commit | 67da05b3f28166b24316ecf675637f9b77661983 (patch) | |
tree | 6d7d95cc676dd0cb958882659a0f8073042ccfa1 /fs/btrfs/bio.c | |
parent | e2fd83064a9bae368ce1c88a0cb9aee64ad4e124 (diff) |
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.c | 2 |
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, |