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/disk-io.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/disk-io.c')
-rw-r--r-- | fs/btrfs/disk-io.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/btrfs/disk-io.c b/fs/btrfs/disk-io.c index a6f89ac1c086..dc5bf46529f0 100644 --- a/fs/btrfs/disk-io.c +++ b/fs/btrfs/disk-io.c @@ -767,8 +767,8 @@ static void run_one_async_free(struct btrfs_work *work) /* * Submit bio to an async queue. * - * Retrun: - * - true if the work has been succesfuly submitted + * Return: + * - true if the work has been successfully submitted * - false in case of error */ bool btrfs_wq_submit_bio(struct btrfs_inode *inode, struct bio *bio, int mirror_num, |