summaryrefslogtreecommitdiff
path: root/monitor_sirf.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-01-20 04:55:53 -0500
committerEric S. Raymond <esr@thyrsus.com>2011-01-20 04:55:53 -0500
commit59d86432820625fff9a65d386fd21e8b4028fce9 (patch)
tree86e61d5e1b2a1ae602635fb487c936abc55c1692 /monitor_sirf.c
parent5d9db7b1685fcb837806b725b83b5dc0d0b3fe75 (diff)
downloadgpsd-59d86432820625fff9a65d386fd21e8b4028fce9.tar.gz
Further reduce dependencies onm the sytem clock.
All regression tests pass.
Diffstat (limited to 'monitor_sirf.c')
-rw-r--r--monitor_sirf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor_sirf.c b/monitor_sirf.c
index de64c891..2c7de76a 100644
--- a/monitor_sirf.c
+++ b/monitor_sirf.c
@@ -224,7 +224,7 @@ static void decode_time(int week, int tow)
/* day and h:m:s within week */
(void)wmove(mid2win, 3, 30);
(void)wprintw(mid2win, "%d %02d:%02d:%05.2f", day, h, m, (double)s / 100);
- /* skew from leap-seconds */
+ /* reoierted leap-second offset */
(void)wmove(mid2win, 4, 8);
(void)wattrset(mid2win, A_UNDERLINE);
(void)wprintw(mid2win, "%d", leapseconds);