]> sjero.net Git - wget/commitdiff
[svn] Doc fix.
authorhniksic <devnull@localhost>
Sat, 16 Apr 2005 18:11:23 +0000 (11:11 -0700)
committerhniksic <devnull@localhost>
Sat, 16 Apr 2005 18:11:23 +0000 (11:11 -0700)
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.