]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
tweak comment: from Paul Eggert
authorJim Meyering <jim@meyering.net>
Wed, 21 Jan 2004 22:10:23 +0000 (22:10 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 21 Jan 2004 22:10:23 +0000 (22:10 +0000)
lib/mktime.c

index 9bf5c3113e8bb3d47c0f4dc351fa11908ae4328e..ce3de583938b32288f2dfa778f0abdf4d656fb4a 100644 (file)
@@ -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 *),