From 8c7cf8ea0be8081196c0649ff4a21d872af8956e Mon Sep 17 00:00:00 2001 From: hniksic Date: Wed, 6 Jul 2005 13:03:50 -0700 Subject: [PATCH] [svn] Doc fix. --- src/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.c b/src/utils.c index b7edc884..e77549f1 100644 --- a/src/utils.c +++ b/src/utils.c @@ -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)