summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-io-tree.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/extent-io-tree.c
parente2fd83064a9bae368ce1c88a0cb9aee64ad4e124 (diff)
downloadlinux-67da05b3f28166b24316ecf675637f9b77661983.tar.gz
linux-67da05b3f28166b24316ecf675637f9b77661983.tar.bz2
linux-67da05b3f28166b24316ecf675637f9b77661983.zip
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/extent-io-tree.c')
-rw-r--r--fs/btrfs/extent-io-tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/extent-io-tree.c b/fs/btrfs/extent-io-tree.c
index b2bab7672340..29a225836e28 100644
--- a/fs/btrfs/extent-io-tree.c
+++ b/fs/btrfs/extent-io-tree.c
@@ -1625,7 +1625,7 @@ search:
}
/*
- * Searche a range in the state tree for a given mask. If 'filled' == 1, this
+ * Search a range in the state tree for a given mask. If 'filled' == 1, this
* returns 1 only if every extent in the tree has the bits set. Otherwise, 1
* is returned if any bit in the range is found set.
*/