From: Wayne Davison Date: Thu, 22 Jan 2004 18:37:26 +0000 (+0000) Subject: A couple comment tweaks. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/cab13afe8d809c3c5c8e03e6178b43491ffd4a84 A couple comment tweaks. --- diff --git a/rsync.h b/rsync.h index d62767a9..8493ed14 100644 --- a/rsync.h +++ b/rsync.h @@ -39,6 +39,7 @@ incompatible with older versions :-( */ #define CHAR_OFFSET 0 +/* These flags are used during the flist transfer. */ #define FLAG_DELETE (1<<0) #define SAME_MODE (1<<1) @@ -54,7 +55,7 @@ #define HAS_INODE_DATA (1<<9) #define SAME_DEV (1<<10) -/* What flags are relevant after the transfer of the flist is complete? */ +/* What flags above are relevant after the transfer of the flist? */ #define LIVE_FLAGS FLAG_DELETE /* update this if you make incompatible changes */