]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* src/copy.c (DEST_INFO_INITIAL_CAPACITY): Correct a comment.
authorJim Meyering <jim@meyering.net>
Wed, 22 Aug 2007 09:20:41 +0000 (11:20 +0200)
committerJim Meyering <jim@meyering.net>
Wed, 22 Aug 2007 09:20:41 +0000 (11:20 +0200)
ChangeLog
src/copy.c

index 6590c151a7fdebe2a0b7b396b8424d504916ac3b..0b8ad06d04a31b4d2f66a1f42c49f87d78744bbf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index af60b572a2f71c55b7f1f127836bd5d0fe4eda46..b7bf92a6c3c24e4c1ead7920756d7ef0dd9b1c9f 100644 (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,