summaryrefslogtreecommitdiff
path: root/fs/btrfs/compression.c
diff options
context:
space:
mode:
authorColin Ian King <colin.i.king@gmail.com>2023-01-17 10:03:21 +0000
committerDavid Sterba <dsterba@suse.com>2023-02-15 19:38:50 +0100
commit67da05b3f28166b24316ecf675637f9b77661983 (patch)
tree6d7d95cc676dd0cb958882659a0f8073042ccfa1 /fs/btrfs/compression.c
parente2fd83064a9bae368ce1c88a0cb9aee64ad4e124 (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/compression.c')
-rw-r--r--fs/btrfs/compression.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/btrfs/compression.c b/fs/btrfs/compression.c
index 4a5aeb8dd479..d912638abce2 100644
--- a/fs/btrfs/compression.c
+++ b/fs/btrfs/compression.c
@@ -796,7 +796,7 @@ void btrfs_submit_compressed_read(struct inode *inode, struct bio *bio,
* Save the initial offset of this chunk, as there
* is no direct correlation between compressed pages and
* the original file offset. The field is only used for
- * priting error messages.
+ * printing error messages.
*/
btrfs_bio(comp_bio)->file_offset = file_offset;
@@ -1642,7 +1642,7 @@ static void heuristic_collect_sample(struct inode *inode, u64 start, u64 end,
*
* For now is's a naive and optimistic 'return true', we'll extend the logic to
* quickly (compared to direct compression) detect data characteristics
- * (compressible/uncompressible) to avoid wasting CPU time on uncompressible
+ * (compressible/incompressible) to avoid wasting CPU time on incompressible
* data.
*
* The following types of analysis can be performed: