1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 18:56:39 +02:00

* src/copy.c (DEST_INFO_INITIAL_CAPACITY): Correct a comment.

This commit is contained in:
Jim Meyering
2007-08-22 11:20:41 +02:00
parent fba081f923
commit a5153c5b06
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2007-08-22 Jim Meyering <jim@meyering.net>
* src/copy.c (DEST_INFO_INITIAL_CAPACITY): Correct a comment.
2007-08-21 Jim Meyering <jim@meyering.net>
By default, do not install hostname anymore.

View File

@@ -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,