summaryrefslogtreecommitdiff
path: root/src/timezone/localtime.c
diff options
context:
space:
mode:
authorFujii Masao2016-08-29 07:06:40 +0000
committerFujii Masao2016-08-29 07:06:40 +0000
commitbd082231edbaf25626a023913394b611fe7928e8 (patch)
tree216d2e19e1d2da5330e9130f697629493df098fd /src/timezone/localtime.c
parentbab7823a49bb210b8920ae59e5126d27e4d63833 (diff)
Fix typos in comments.
Diffstat (limited to 'src/timezone/localtime.c')
-rw-r--r--src/timezone/localtime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timezone/localtime.c b/src/timezone/localtime.c
index a14215d6bd..d004e5ebe2 100644
--- a/src/timezone/localtime.c
+++ b/src/timezone/localtime.c
@@ -489,7 +489,7 @@ tzloadbody(char const * name, char *canonname, struct state * sp, bool doextend,
}
/*
- * If type 0 is is unused in transitions, it's the type to use for early
+ * If type 0 is unused in transitions, it's the type to use for early
* times.
*/
for (i = 0; i < sp->timecnt; ++i)