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/bio.c | |
parent | 4618d0a66b505a81cc39b17935118227a7fc24f8 (diff) |
btrfs: fix typos found by codespell
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 4f3b693a16b1..67a885d3f9a8 100644 --- a/fs/btrfs/bio.c +++ b/fs/btrfs/bio.c @@ -626,7 +626,7 @@ static bool should_async_write(struct btrfs_bio *bbio) /* * Submit bio to an async queue. * - * Return true if the work has been succesfuly submitted, else false. + * Return true if the work has been successfully submitted, else false. */ static bool btrfs_wq_submit_bio(struct btrfs_bio *bbio, struct btrfs_io_context *bioc, |