include: fix comment on dst value
authorJeevaka Badrappan <jeevaka.badrappan@elektrobit.com>
Wed, 2 Feb 2011 13:10:45 +0000 (15:10 +0200)
committerDenis Kenzior <denkenz@gmail.com>
Wed, 2 Feb 2011 16:43:37 +0000 (10:43 -0600)
include/types.h

index 31f2682..d25f409 100644 (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 */
 };