summaryrefslogtreecommitdiff
path: root/case_N.h
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2006-10-15 15:57:27 +0000
committerWayne Davison <wayned@samba.org>2006-10-15 15:57:27 +0000
commita4b4e0770bf0ec0fb98fd0a9357c717436bf8a74 (patch)
tree8bc9c6d577f605d098eb7a5602c56ec9cda93bba /case_N.h
parent2a6e35db31406c1231e45e39c603455b55d2e0c9 (diff)
downloadrsync-a4b4e0770bf0ec0fb98fd0a9357c717436bf8a74.tar.gz
Improved a comment.
Diffstat (limited to 'case_N.h')
-rw-r--r--case_N.h9
1 files changed, 4 insertions, 5 deletions
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