X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/f3219222143e652688387d2da2f079ea09accd45..f673ea84b206809a33a8cc40c87df5ebf0a628ae:/flist.c diff --git a/flist.c b/flist.c index 9f86521e..6de758cc 100644 --- a/flist.c +++ b/flist.c @@ -695,7 +695,7 @@ void receive_file_entry(struct file_struct **fptr, unsigned short flags, int f) } -/* determine if a file in a different filesstem should be skipped +/* determine if a file in a different filesystem should be skipped when one_file_system is set. We bascally only want to include the mount points - but they can be hard to find! */ static int skip_filesystem(char *fname, STRUCT_STAT * st)