From 99f8e93ba83902cec6e9131f2f1576273bc8d63c Mon Sep 17 00:00:00 2001 From: Jeevaka Badrappan Date: Wed, 2 Feb 2011 15:10:45 +0200 Subject: [PATCH] include: fix comment on dst value --- include/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ };