From ec10e1a377e88ecb2b7f2fc17337eef7d3c4cc50 Mon Sep 17 00:00:00 2001 From: hniksic Date: Wed, 6 Jul 2005 09:08:00 -0700 Subject: [PATCH] [svn] Doc fix. --- src/cmpt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cmpt.c b/src/cmpt.c index 23d7dec9..7718d2b4 100644 --- a/src/cmpt.c +++ b/src/cmpt.c @@ -1222,8 +1222,8 @@ fnmatch (const char *pattern, const char *string, int flags) #endif /* not SYSTEM_FNMATCH */ #ifndef HAVE_TIMEGM -/* timegm is a GNU extension, but lately also available on *BSD and - possibly elsewhere. */ +/* timegm is a GNU extension, but lately also available on *BSD + systems and possibly elsewhere. */ /* True if YEAR is a leap year. */ #define ISLEAP(year) \ -- 2.39.2