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-07-06 13:03:50 -07:00
parent 9dbc801ed1
commit 8c7cf8ea0b

View File

@ -615,7 +615,7 @@ file_merge (const char *base, const char *file)
return result;
}
/* Like fnmatch, but performs a lower-case comparison. */
/* Like fnmatch, but performs a case-insensitive match. */
int
fnmatch_nocase (const char *pattern, const char *string, int flags)