summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-01-21 22:10:23 +0000
committerJim Meyering <jim@meyering.net>2004-01-21 22:10:23 +0000
commit096e4b3a92e8ff10ecb2985787065ed9c37e845b (patch)
tree9ef2732df86b5f5e8ebaa546458183452948e530
parentd24139a6489ead3bf4a73def5c34508ac5534f45 (diff)
downloadcoreutils-096e4b3a92e8ff10ecb2985787065ed9c37e845b.tar.xz
tweak comment: from Paul Eggert
-rw-r--r--lib/mktime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mktime.c b/lib/mktime.c
index 9bf5c3113..ce3de5839 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 *),