summaryrefslogtreecommitdiff
path: root/src/mktime.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-11-12 01:24:57 +0000
committerUlrich Drepper <drepper@redhat.com>1997-11-12 01:24:57 +0000
commit4dab1e80fa5e80fa46d12deaab7f52ea0c81ad3f (patch)
tree6f591df27aa369e2935cb06d1d0b455ad1d9b395 /src/mktime.c
parent915c0e25150b8b823afeefea3d5b1647659f27db (diff)
downloademacs-4dab1e80fa5e80fa46d12deaab7f52ea0c81ad3f.tar.gz
automatically generated from GPLed version
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)
/* The maximum number of probes (calls to CONVERT) should be enough
to handle any combinations of time zone rule changes, solar time,
- and leap seconds. Posix.1 prohibits leap seconds, but some hosts
+ and leap seconds. POSIX.1 prohibits leap seconds, but some hosts
have them anyway. */
int remaining_probes = 4;