summaryrefslogtreecommitdiff
path: root/libgpsd_core.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-02-23 13:38:38 -0500
committerEric S. Raymond <esr@thyrsus.com>2015-02-23 13:38:38 -0500
commit0747ffe258042efe53c10964c579af62c7b8ae30 (patch)
tree00b87b474ef0f02c1c6d0265e8faec21d5b0359a /libgpsd_core.c
parentf26a4032b74a018031563903ec1c1fe26efc493c (diff)
downloadgpsd-0747ffe258042efe53c10964c579af62c7b8ae30.tar.gz
Abolish all confusing uses of the word 'drift' for a time delta.
No logic changes. All regression tesrs pass. Live PPS observed.
Diffstat (limited to 'libgpsd_core.c')
-rw-r--r--libgpsd_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgpsd_core.c b/libgpsd_core.c
index 1c792191..c9f99d40 100644
--- a/libgpsd_core.c
+++ b/libgpsd_core.c
@@ -1648,7 +1648,7 @@ void gpsd_zero_satellites( /*@out@*/ struct gps_data_t *out)
}
#ifdef NTPSHM_ENABLE
-void ntpshm_latch(struct gps_device_t *device, struct timedrift_t /*@out@*/*td)
+void ntpshm_latch(struct gps_device_t *device, struct timedelta_t /*@out@*/*td)
/* latch the fact that we've saved a fix */
{
double fix_time, integral, fractional;