diff options
| author | David Sterba <dsterba@suse.com> | 2025-08-22 00:57:42 +0200 |
|---|---|---|
| committer | David Sterba <dsterba@suse.com> | 2025-09-23 08:49:16 +0200 |
| commit | 17dc82dc1e77a6fce07252ce894748190d1487d0 (patch) | |
| tree | 12ac5cc83f21377485b6dccf59d84cc93966cf5d /fs/btrfs/fs.c | |
| parent | btrfs: reduce compression workspace buffer space to block size (diff) | |
| download | linux-17dc82dc1e77a6fce07252ce894748190d1487d0.tar.gz linux-17dc82dc1e77a6fce07252ce894748190d1487d0.zip | |
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/fs.c')
| -rw-r--r-- | fs/btrfs/fs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/fs.c b/fs/btrfs/fs.c index 8b118c03cdb8..335209fe3734 100644 --- a/fs/btrfs/fs.c +++ b/fs/btrfs/fs.c @@ -58,7 +58,7 @@ size_t __attribute_const__ btrfs_get_num_csums(void) * We support the following block sizes for all systems: * * - 4K - * This is the most common block size. For PAGE SIZE > 4K cases the subage + * This is the most common block size. For PAGE SIZE > 4K cases the subpage * mode is used. * * - PAGE_SIZE |
