Commit bf6a92bb authored by diego's avatar diego

spelling cosmetics


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9459 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 8d183b69
......@@ -62,7 +62,7 @@ time_t mktimegm(struct tm *tm)
#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)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment