From: hniksic Date: Sat, 16 Apr 2005 18:11:23 +0000 (-0700) Subject: [svn] Doc fix. X-Git-Tag: v1.13~1198 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=4de69525f2c28b921fe715ea66f264f24c100573 [svn] Doc fix. --- diff --git a/src/hash.c b/src/hash.c index bdfc5337..d038c7a1 100644 --- a/src/hash.c +++ b/src/hash.c @@ -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.