summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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,