From 88897638a98d39721a059e44ebcbcdcdcaf80df1 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 11 Nov 2006 17:09:32 +0000 Subject: [PATCH] Tweaked a couple comments. --- generator.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generator.c b/generator.c index 386483a7..edc2e745 100644 --- a/generator.c +++ b/generator.c @@ -98,9 +98,9 @@ int non_perishable_cnt = 0; static int deletion_count = 0; /* used to implement --max-delete */ -/* For calling delete_item() */ +/* For calling delete_item() and delete_dir_contents(). */ #define DEL_RECURSE (1<<1) /* recurse */ -#define DEL_DIR_IS_EMPTY (1<<2) /* used by delete_dir_contents() */ +#define DEL_DIR_IS_EMPTY (1<<2) /* internal delete_FUNCTIONS use only */ enum nonregtype { TYPE_DIR, TYPE_SPECIAL, TYPE_DEVICE, TYPE_SYMLINK -- 2.34.1