Skip to content

Commit e4f82bf

Browse files
AstralBobAndreas Gruenbacher
authored andcommitted
gfs2: fix minor comment typos
Signed-off-by: Bob Peterson <rpeterso@redhat.com> Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
1 parent a9b0f6f commit e4f82bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

fs/gfs2/bmap.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1729,8 +1729,8 @@ static int punch_hole(struct gfs2_inode *ip, u64 offset, u64 length)
17291729

17301730
if (offset >= maxsize) {
17311731
/*
1732-
* The starting point lies beyond the allocated meta-data;
1733-
* there are no blocks do deallocate.
1732+
* The starting point lies beyond the allocated metadata;
1733+
* there are no blocks to deallocate.
17341734
*/
17351735
return 0;
17361736
}

0 commit comments

Comments
 (0)