# HG changeset patch # User diego # Date 1183378766 0 # Node ID 835de8466c39265d734a7fa83b59ecc5da39828b # Parent b1c6f0fe58f3c9aaa7415c4bf5ccd5824389b12e spelling cosmetics diff -r b1c6f0fe58f3 -r 835de8466c39 cutils.c --- a/cutils.c Mon Jul 02 10:13:19 2007 +0000 +++ b/cutils.c Mon Jul 02 12:19:26 2007 +0000 @@ -62,7 +62,7 @@ #define ISLEAP(y) (((y) % 4 == 0) && (((y) % 100) != 0 || ((y) % 400) == 0)) #define LEAPS_COUNT(y) ((y)/4 - (y)/100 + (y)/400) -/* this is our own gmtime_r. it differs from its POSIX counterpart in a +/* This is our own gmtime_r. It differs from its POSIX counterpart in a couple of places, though. */ struct tm *brktimegm(time_t secs, struct tm *tm) {