From: Jim Meyering Date: Wed, 21 Jan 2004 22:10:23 +0000 (+0000) Subject: tweak comment: from Paul Eggert X-Git-Tag: v5.1.2~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=096e4b3a92e8ff10ecb2985787065ed9c37e845b;p=thirdparty%2Fcoreutils.git tweak comment: from Paul Eggert --- diff --git a/lib/mktime.c b/lib/mktime.c index 9bf5c3113e..ce3de58393 100644 --- a/lib/mktime.c +++ b/lib/mktime.c @@ -232,7 +232,7 @@ ranged_convert (struct tm *(*convert) (const time_t *, struct tm *), Use *OFFSET to keep track of a guess at the offset of the result, compared to what the result would be for UTC without leap seconds. If *OFFSET's guess is correct, only one CONVERT call is needed. - This function has global scope because it is used also by timegm.c. */ + This function is external because it is used also by timegm.c. */ time_t __mktime_internal (struct tm *tp, struct tm *(*convert) (const time_t *, struct tm *),