Skip to content

Commit 50ef851

Browse files
committed
lib/timeutils/timeutils: Typo fix in comment.
1 parent 1b45670 commit 50ef851

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/timeutils/timeutils.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
// LEAPOCH corresponds to 2000-03-01, which is a mod-400 year, immediately
3333
// after Feb 29. We calculate seconds as a signed integer relative to that.
3434
//
35-
// Our timebase is is relative to 2000-01-01.
35+
// Our timebase is relative to 2000-01-01.
3636

3737
#define LEAPOCH ((31 + 29) * 86400)
3838

0 commit comments

Comments
 (0)