]> sjero.net Git - wget/commitdiff
[svn] Doc fix.
authorhniksic <devnull@localhost>
Wed, 6 Jul 2005 20:03:50 +0000 (13:03 -0700)
committerhniksic <devnull@localhost>
Wed, 6 Jul 2005 20:03:50 +0000 (13:03 -0700)
src/utils.c

index b7edc884e83ef3d87c7f4813900026c6da07a430..e77549f176c9f9aae431fab16f37e7674b938495 100644 (file)
@@ -615,7 +615,7 @@ file_merge (const char *base, const char *file)
   return result;
 }
 \f
-/* 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)