diff options
| author | 2025-08-22 00:57:42 +0200 | |
|---|---|---|
| committer | 2025-09-23 08:49:16 +0200 | |
| commit | 17dc82dc1e77a6fce07252ce894748190d1487d0 (patch) | |
| tree | 12ac5cc83f21377485b6dccf59d84cc93966cf5d /fs/btrfs/tree-log.c | |
| parent | btrfs: reduce compression workspace buffer space to block size (diff) | |
| download | linux-rng-17dc82dc1e77a6fce07252ce894748190d1487d0.tar.xz linux-rng-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/tree-log.c')
| -rw-r--r-- | fs/btrfs/tree-log.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/btrfs/tree-log.c b/fs/btrfs/tree-log.c index c3cfffc21008..861f96ef28cf 100644 --- a/fs/btrfs/tree-log.c +++ b/fs/btrfs/tree-log.c @@ -1816,7 +1816,7 @@ static noinline int fixup_inode_link_counts(struct btrfs_trans_handle *trans, /* * fixup on a directory may create new entries, - * make sure we always look for the highset possible + * make sure we always look for the highest possible * offset */ key.offset = (u64)-1; @@ -3619,7 +3619,7 @@ static int inode_logged(const struct btrfs_trans_handle *trans, /* * The inode was previously logged and then evicted, set logged_trans to - * the current transacion's ID, to avoid future tree searches as long as + * the current transaction's ID, to avoid future tree searches as long as * the inode is not evicted again. */ spin_lock(&inode->lock); |
