diff options
author | David Sterba <dsterba@suse.com> | 2025-08-22 01:57:42 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2025-09-23 09:49:16 +0300 |
commit | 17dc82dc1e77a6fce07252ce894748190d1487d0 (patch) | |
tree | 12ac5cc83f21377485b6dccf59d84cc93966cf5d /fs/btrfs/backref.c | |
parent | 74e8f002b772686408d62e420d9f70a4bcb1c2c4 (diff) | |
download | linux-17dc82dc1e77a6fce07252ce894748190d1487d0.tar.xz |
btrfs: fix typos in comments and strings
Annual typo fixing pass. Strangely codespell found only about 30% of
what is in this patch, the rest was done manually using text
spellchecker with a custom dictionary of acceptable terms.
Reviewed-by: Neal Gompa <neal@gompa.dev>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/backref.c')
-rw-r--r-- | fs/btrfs/backref.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/backref.c b/fs/btrfs/backref.c index 6a450be293b1..c6573e845e43 100644 --- a/fs/btrfs/backref.c +++ b/fs/btrfs/backref.c @@ -1690,7 +1690,7 @@ out: * @ctx->bytenr and @ctx->extent_item_pos. The bytenr of the found leaves are * added to the ulist at @ctx->refs, and that ulist is allocated by this * function. The caller should free the ulist with free_leaf_list() if - * @ctx->ignore_extent_item_pos is false, otherwise a fimple ulist_free() is + * @ctx->ignore_extent_item_pos is false, otherwise a simple ulist_free() is * enough. * * Returns 0 on success and < 0 on error. On error @ctx->refs is not allocated. |