Changed the variable "incremental" to "inc_recurse".
[rsync/rsync.git] / rsync.h
diff --git a/rsync.h b/rsync.h
index ac23b09..bea1503 100644 (file)
--- a/rsync.h
+++ b/rsync.h
@@ -656,7 +656,7 @@ struct file_list {
        alloc_pool_t file_pool;
        int count, malloced;
        int low, high; /* 0-relative index values excluding empties */
-       int ndx_start; /* the start offset when incremental */
+       int ndx_start; /* the start offset for inc_recurse mode */
        int parent_ndx; /* dir_flist index of parent directory */
        int in_progress, to_redo;
 };