]> sjero.net Git - wget/blobdiff - src/hash.c
[svn] Doc fix.
[wget] / src / hash.c
index bdfc533794033c470c0317c8e0310973e62e572c..d038c7a18171cee20d0ca69bc5cc80f55fc44762 100644 (file)
@@ -551,7 +551,7 @@ hash_table_count (const struct hash_table *ht)
    don't strictly belong to this file.  However, this is as good a
    place for them as any.  */
 
-/* Rules for creating custom hash and test functions:
+/* Guidelines for creating custom hash and test functions:
 
    - The test function returns non-zero for keys that are considered
      "equal", zero otherwise.