summaryrefslogtreecommitdiffstats
path: root/include/types.h
diff options
context:
space:
mode:
authorJeevaka Badrappan <jeevaka.badrappan@elektrobit.com>2011-02-02 15:10:45 +0200
committerDenis Kenzior <denkenz@gmail.com>2011-02-02 10:43:37 -0600
commit99f8e93ba83902cec6e9131f2f1576273bc8d63c (patch)
tree36b97911a87960a0fd71210c1364ec067c53a62b /include/types.h
parentafb45328da3159b9f608690f381010de866f79c2 (diff)
downloadofono-99f8e93ba83902cec6e9131f2f1576273bc8d63c.tar.bz2
include: fix comment on dst value
Diffstat (limited to 'include/types.h')
-rw-r--r--include/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/types.h b/include/types.h
index 31f2682e..d25f409c 100644
--- a/include/types.h
+++ b/include/types.h
@@ -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 */
};