From: Wayne Davison Date: Sun, 15 Oct 2006 15:57:27 +0000 (+0000) Subject: Improved a comment. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/a4b4e0770bf0ec0fb98fd0a9357c717436bf8a74 Improved a comment. --- diff --git a/case_N.h b/case_N.h index b43f8391..c6a582e4 100644 --- a/case_N.h +++ b/case_N.h @@ -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