summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2015-01-29 12:59:21 -0800
committerGary E. Miller <gem@rellim.com>2015-01-29 12:59:21 -0800
commitb42a434a2f3802e5280fc84ec659b94cfebb87d1 (patch)
treefbb5e0ea3abc48b85d6bf5ab16e035594638c942
parent5a34b90885721494366102dfa69da85d916f1f19 (diff)
downloadgpsd-b42a434a2f3802e5280fc84ec659b94cfebb87d1.tar.gz
Fix PPS comment.
-rw-r--r--ntpshm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ntpshm.c b/ntpshm.c
index 187447e2..9d509084 100644
--- a/ntpshm.c
+++ b/ntpshm.c
@@ -404,9 +404,9 @@ static /*@observer@*/ char *report_hook(struct gps_device_t *session,
/*
* Only listen to PPS after several consecutive fixes,
* otherwise time may be inaccurate. (We know this is
- * required on some Garmins in binary mode; safest to do it
- * for all case we're talking to a Garmin in text mode, and
- * out of general safety-first conservatism.)
+ * required on all Garmin and u-blox; safest to do it
+ * for all cases as we have no other general way to know
+ * if PPS is good.
*
* Not sure yet how to handle u-blox UBX_MODE_TMONLY
*/