1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Doc fix.

This commit is contained in:
hniksic 2005-04-16 11:11:23 -07:00
parent ab18c0eaed
commit 4de69525f2

View 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.