[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; return result;
} }
/* Like fnmatch, but performs a lower-case comparison. */ /* Like fnmatch, but performs a case-insensitive match. */
int int
fnmatch_nocase (const char *pattern, const char *string, int flags) fnmatch_nocase (const char *pattern, const char *string, int flags)