diff options
| author | Fujii Masao | 2016-08-29 07:06:40 +0000 |
|---|---|---|
| committer | Fujii Masao | 2016-08-29 07:06:40 +0000 |
| commit | bd082231edbaf25626a023913394b611fe7928e8 (patch) | |
| tree | 216d2e19e1d2da5330e9130f697629493df098fd /src/timezone/localtime.c | |
| parent | bab7823a49bb210b8920ae59e5126d27e4d63833 (diff) | |
Fix typos in comments.
Diffstat (limited to 'src/timezone/localtime.c')
| -rw-r--r-- | src/timezone/localtime.c | 2 |
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) |
