]> sjero.net Git - wget/commitdiff
[svn] Comment fix.
authorhniksic <devnull@localhost>
Thu, 23 Jun 2005 15:43:51 +0000 (08:43 -0700)
committerhniksic <devnull@localhost>
Thu, 23 Jun 2005 15:43:51 +0000 (08:43 -0700)
src/cmpt.c

index 045bf8310f95e090c0fd6946542ac568381d70cb..8168f0d5877936642d14aef4bda1c0fc4b645593 100644 (file)
@@ -43,9 +43,9 @@ so, delete this exception statement from your version.  */
 #include "wget.h"
 
 /* Some systems lack certain functions normally taken for granted.
-   For example, Windows doesn't have strptime, and some systems lack
-   strcasecmp and strncasecmp.  This file should contain fallback
-   implementations of the missing functions.  It should *not* define
+   For example, Windows doesn't have strptime, and some systems don't
+   have a usable fnmatch.  This file should contain fallback
+   implementations of such missing functions.  It should *not* define
    new Wget-specific interfaces -- those should be placed in utils.c
    or elsewhere.  */
 \f