diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-04-27 18:52:57 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-04-27 18:52:57 +0300 |
commit | 50ef851bee4e006e576f1d6b3ce55f7e726e3e9b (patch) | |
tree | ad79b97a739672816ed74d47eae21eb2b16739d4 | |
parent | 1b45670c694d5e98cae7f3cd3251bda766c58f4b (diff) | |
download | micropython-50ef851bee4e006e576f1d6b3ce55f7e726e3e9b.tar.gz micropython-50ef851bee4e006e576f1d6b3ce55f7e726e3e9b.zip |
lib/timeutils/timeutils: Typo fix in comment.
-rw-r--r-- | lib/timeutils/timeutils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/timeutils/timeutils.c b/lib/timeutils/timeutils.c index 94bdada980..518f570090 100644 --- a/lib/timeutils/timeutils.c +++ b/lib/timeutils/timeutils.c @@ -32,7 +32,7 @@ // LEAPOCH corresponds to 2000-03-01, which is a mod-400 year, immediately // after Feb 29. We calculate seconds as a signed integer relative to that. // -// Our timebase is is relative to 2000-01-01. +// Our timebase is relative to 2000-01-01. #define LEAPOCH ((31 + 29) * 86400) |