summaryrefslogtreecommitdiff
path: root/src/copy.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-08-22 11:20:41 +0200
committerJim Meyering <jim@meyering.net>2007-08-22 11:20:41 +0200
commita5153c5b0696b8398c4267f7d5755b53b1cfaa3e (patch)
tree1aefab81b341d8801afe22c16477e1dcbd66ae88 /src/copy.c
parentfba081f9238e93ad9383cd2c36d6e1b8ef1ad20c (diff)
downloadcoreutils-a5153c5b0696b8398c4267f7d5755b53b1cfaa3e.tar.xz
* src/copy.c (DEST_INFO_INITIAL_CAPACITY): Correct a comment.
Diffstat (limited to 'src/copy.c')
-rw-r--r--src/copy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/copy.c b/src/copy.c
index af60b572a..b7bf92a6c 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,