diff options
author | Wayne Davison <wayned@samba.org> | 2006-10-15 15:57:27 +0000 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2006-10-15 15:57:27 +0000 |
commit | a4b4e0770bf0ec0fb98fd0a9357c717436bf8a74 (patch) | |
tree | 8bc9c6d577f605d098eb7a5602c56ec9cda93bba /case_N.h | |
parent | 2a6e35db31406c1231e45e39c603455b55d2e0c9 (diff) | |
download | rsync-a4b4e0770bf0ec0fb98fd0a9357c717436bf8a74.tar.gz |
Improved a comment.
Diffstat (limited to 'case_N.h')
-rw-r--r-- | case_N.h | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -18,11 +18,10 @@ * 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ -/* The file cleanup.c includes this file multiple times, once for every - * time it wants to start a new segment its _exit_cleanup() code. This - * produces the next "case N:" statement in sequence and increments the - * cleanup_step variable. This ensures that our case statements never - * get out of whack due to added/removed steps. */ +/* This is included by cleanup.c multiple times, once for every segement in + * the _exit_cleanup() code. This produces the next "case N:" statement in + * sequence and increments the cleanup_step variable by 1. This ensures that + * our case statements never get out of whack due to added/removed steps. */ #if !defined EXIT_CLEANUP_CASE_0 #define EXIT_CLEANUP_CASE_0 |