From: hniksic Date: Thu, 23 Jun 2005 15:43:51 +0000 (-0700) Subject: [svn] Comment fix. X-Git-Tag: v1.13~938 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=b1e09c679fa06a6bdb1411f4b95f62874880f869 [svn] Comment fix. --- diff --git a/src/cmpt.c b/src/cmpt.c index 045bf831..8168f0d5 100644 --- a/src/cmpt.c +++ b/src/cmpt.c @@ -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. */