summaryrefslogtreecommitdiff
path: root/fs/btrfs/super.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/super.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/super.c')
-rw-r--r--fs/btrfs/super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c
index e5136baef9af..581845bc206a 100644
--- a/fs/btrfs/super.c
+++ b/fs/btrfs/super.c
@@ -2050,7 +2050,7 @@ static int btrfs_statfs(struct dentry *dentry, struct kstatfs *buf)
}
/*
- * Metadata in mixed block goup profiles are accounted in data
+ * Metadata in mixed block group profiles are accounted in data
*/
if (!mixed && found->flags & BTRFS_BLOCK_GROUP_METADATA) {
if (found->flags & BTRFS_BLOCK_GROUP_DATA)