btrfs: send: fix grammar in comments
authorThorsten Blum <thorsten.blum@toblux.com>
Wed, 14 Aug 2024 08:13:29 +0000 (10:13 +0200)
committerDavid Sterba <dsterba@suse.com>
Tue, 10 Sep 2024 14:51:18 +0000 (16:51 +0200)
Fix a few obvious grammar mistakes: a -> an, then -> than.

Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/send.c

index 619fa0b8b3f6f9818e72971ea7e1d42b4b298310..7f48ba6c1c77a0862932bdeffdf7b350267ca544 100644 (file)
@@ -62,7 +62,7 @@ struct fs_path {
                /*
                 * Average path length does not exceed 200 bytes, we'll have
                 * better packing in the slab and higher chance to satisfy
-                * a allocation later during send.
+                * an allocation later during send.
                 */
                char pad[256];
        };
@@ -1136,7 +1136,7 @@ static int iterate_dir_item(struct btrfs_root *root, struct btrfs_path *path,
        /*
         * Start with a small buffer (1 page). If later we end up needing more
         * space, which can happen for xattrs on a fs with a leaf size greater
-        * then the page size, attempt to increase the buffer. Typically xattr
+        * than the page size, attempt to increase the buffer. Typically xattr
         * values are small.
         */
        buf_len = PATH_MAX;