aboutsummaryrefslogtreecommitdiffstats
path: root/src/mktime.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mktime.c')
-rw-r--r--src/mktime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mktime.c b/src/mktime.c
index d63f57232aa..a0cbce9a8f1 100644
--- a/src/mktime.c
+++ b/src/mktime.c
@@ -196,7 +196,7 @@ __mktime_internal (tp, convert, offset)
196 196
197 /* The maximum number of probes (calls to CONVERT) should be enough 197 /* The maximum number of probes (calls to CONVERT) should be enough
198 to handle any combinations of time zone rule changes, solar time, 198 to handle any combinations of time zone rule changes, solar time,
199 and leap seconds. Posix.1 prohibits leap seconds, but some hosts 199 and leap seconds. POSIX.1 prohibits leap seconds, but some hosts
200 have them anyway. */ 200 have them anyway. */
201 int remaining_probes = 4; 201 int remaining_probes = 4;
202 202