Skip to content

Commit d30b326

Browse files
tobluxkdave
authored andcommitted
btrfs: send: fix grammar in comments
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>
1 parent 89f5f7a commit d30b326

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fs/btrfs/send.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ struct fs_path {
6262
/*
6363
* Average path length does not exceed 200 bytes, we'll have
6464
* better packing in the slab and higher chance to satisfy
65-
* a allocation later during send.
65+
* an allocation later during send.
6666
*/
6767
char pad[256];
6868
};
@@ -1136,7 +1136,7 @@ static int iterate_dir_item(struct btrfs_root *root, struct btrfs_path *path,
11361136
/*
11371137
* Start with a small buffer (1 page). If later we end up needing more
11381138
* space, which can happen for xattrs on a fs with a leaf size greater
1139-
* then the page size, attempt to increase the buffer. Typically xattr
1139+
* than the page size, attempt to increase the buffer. Typically xattr
11401140
* values are small.
11411141
*/
11421142
buf_len = PATH_MAX;

0 commit comments

Comments
 (0)