include: fix comment on dst value

This commit is contained in:
Jeevaka Badrappan 2011-02-02 15:10:45 +02:00 committed by Denis Kenzior
parent afb45328da
commit 99f8e93ba8
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ struct ofono_network_time {
int mday; /* Day of month [1..31], -1 if unavailable */
int mon; /* Month [1..12], -1 if unavailable */
int year; /* Current year, -1 if unavailable */
int dst; /* Current adjustment, in seconds */
int dst; /* Current adjustment, in hours */
int utcoff; /* Offset from UTC in seconds */
};