gfs2: fix minor comment typos
authorBob Peterson <rpeterso@redhat.com>
Wed, 26 Apr 2023 14:46:16 +0000 (10:46 -0400)
committerAndreas Gruenbacher <agruenba@redhat.com>
Tue, 6 Jun 2023 16:35:06 +0000 (18:35 +0200)
Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/bmap.c

index c739b258a2d92e5aa47e60e470a637fa7acd6034..8d611fbcf0bd738b8e1de1ce9b82be197eaf2b50 100644 (file)
@@ -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;
        }