Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Thorsten Blum and committed by
David Sterba
e39ba5df 3cce39a8

+2 -2
+2 -2
fs/btrfs/send.c
··· 62 62 /* 63 63 * Average path length does not exceed 200 bytes, we'll have 64 64 * better packing in the slab and higher chance to satisfy 65 - * a allocation later during send. 65 + * an allocation later during send. 66 66 */ 67 67 char pad[256]; 68 68 }; ··· 1136 1136 /* 1137 1137 * Start with a small buffer (1 page). If later we end up needing more 1138 1138 * 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 1140 1140 * values are small. 1141 1141 */ 1142 1142 buf_len = PATH_MAX;