Improved a comment.
[rsync/rsync.git] / sender.c
index a2d0a86..a59910e 100644 (file)
--- a/sender.c
+++ b/sender.c
@@ -138,7 +138,8 @@ void send_files(struct file_list *flist, int f_out, int f_in)
                                write_int(f_out, -1);
                                if (verbose > 2)
                                        rprintf(FINFO, "send_files phase=%d\n", phase);
-                               /* inplace resends run without a backup file */
+                               /* For inplace: redo phase turns off the backup
+                                * flag so that we do a regular inplace send. */
                                make_backups = 0;
                                continue;
                        }