From a5153c5b0696b8398c4267f7d5755b53b1cfaa3e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 22 Aug 2007 11:20:41 +0200 Subject: [PATCH] * src/copy.c (DEST_INFO_INITIAL_CAPACITY): Correct a comment. --- ChangeLog | 4 ++++ src/copy.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6590c151a7..0b8ad06d04 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-08-22 Jim Meyering + + * src/copy.c (DEST_INFO_INITIAL_CAPACITY): Correct a comment. + 2007-08-21 Jim Meyering By default, do not install hostname anymore. diff --git a/src/copy.c b/src/copy.c index af60b572a2..b7bf92a6c3 100644 --- a/src/copy.c +++ b/src/copy.c @@ -85,7 +85,7 @@ struct F_triple dev_t st_dev; }; -/* Initial size of the above hash table. */ +/* Initial size of the cp.dest_info hash table. */ #define DEST_INFO_INITIAL_CAPACITY 61 static bool copy_internal (char const *src_name, char const *dst_name, -- 2.47.2