summaryrefslogtreecommitdiff
path: root/timehint.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2016-04-24 15:26:48 -0700
committerGary E. Miller <gem@rellim.com>2016-04-24 15:30:56 -0700
commita8d12eea466d66d28104fb4b24274dc2168227f0 (patch)
tree0eb3dcd10678d046d7d7e1bf294c2a93ed61f3b2 /timehint.c
parent9c3b5204a130be036eced73b7a7cde29f9a8157c (diff)
downloadgpsd-a8d12eea466d66d28104fb4b24274dc2168227f0.tar.gz
PPSTIME -> NTPTIME
NTPTIME is from the serial stream, it never had anything to do with PPS and it just confused everyone.
Diffstat (limited to 'timehint.c')
-rw-r--r--timehint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/timehint.c b/timehint.c
index 3462223b..84c68506 100644
--- a/timehint.c
+++ b/timehint.c
@@ -356,7 +356,7 @@ static char *report_hook(volatile struct pps_thread_t *pps_thread,
struct gps_device_t *session = (struct gps_device_t *)pps_thread->context;
/* PPS only source never get any serial info
- * so no PPSTIME_IS or fixcnt */
+ * so no NTPTIME_IS or fixcnt */
if ( source_pps != session->sourcetype) {
/* FIXME! these two validations need to move back into ppsthread.c */