From: Jim Meyering Date: Wed, 22 Aug 2007 09:20:41 +0000 (+0200) Subject: * src/copy.c (DEST_INFO_INITIAL_CAPACITY): Correct a comment. X-Git-Tag: v6.9.89~188 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5153c5b0696b8398c4267f7d5755b53b1cfaa3e;p=thirdparty%2Fcoreutils.git * src/copy.c (DEST_INFO_INITIAL_CAPACITY): Correct a comment. --- 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,