aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/bmap.c
diff options
context:
space:
mode:
authorBob Peterson <rpeterso@redhat.com>2023-04-26 10:46:16 -0400
committerAndreas Gruenbacher <agruenba@redhat.com>2023-06-06 18:35:06 +0200
commite4f82bf21f2586aa823fd40de72023236062a4aa (patch)
treef164ed4322438c3670442681819fcd46b391e4dc /fs/gfs2/bmap.c
parenta9b0f6f4adb1a8b4219e3e14ab6ef46c14987ac0 (diff)
downloadlinux-e4f82bf21f2586aa823fd40de72023236062a4aa.tar.gz
gfs2: fix minor comment typos
Signed-off-by: Bob Peterson <rpeterso@redhat.com> Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Diffstat (limited to 'fs/gfs2/bmap.c')
-rw-r--r--fs/gfs2/bmap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/gfs2/bmap.c b/fs/gfs2/bmap.c
index c739b258a2d92..8d611fbcf0bd7 100644
--- a/fs/gfs2/bmap.c
+++ b/fs/gfs2/bmap.c
@@ -1729,8 +1729,8 @@ static int punch_hole(struct gfs2_inode *ip, u64 offset, u64 length)
if (offset >= maxsize) {
/*
- * The starting point lies beyond the allocated meta-data;
- * there are no blocks do deallocate.
+ * The starting point lies beyond the allocated metadata;
+ * there are no blocks to deallocate.
*/
return 0;
}