summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2014-08-24 11:08:31 -0400
committerEric S. Raymond <esr@thyrsus.com>2014-08-24 11:08:31 -0400
commita22d16ff4ef581d09c57c304bcd9f751dcb12f53 (patch)
tree85663df86ac6e2241f3827af33053b0a7939ca7b
parent66e01d62eae3c41c23666823e0ac13dd8e65d12b (diff)
downloadgpsd-a22d16ff4ef581d09c57c304bcd9f751dcb12f53.tar.gz
Clean up some FIXMEs. All regression tests pass.
-rw-r--r--driver_tsip.c2
-rw-r--r--gpsmon.c2
-rw-r--r--libgps_core.c1
-rw-r--r--libgpsd_core.c2
4 files changed, 3 insertions, 4 deletions
diff --git a/driver_tsip.c b/driver_tsip.c
index cb8b2696..ea29145e 100644
--- a/driver_tsip.c
+++ b/driver_tsip.c
@@ -190,7 +190,7 @@ static gps_mask_t tsip_parse_input(struct gps_device_t *session)
break;
case 0x1c: /* Hardware/Software Version Information (Accutime Gold) */
/*
- * FIXME: We could get both ginds of version info.
+ * FIXME: We could get both kinds of version info.
*/
u1 = (uint8_t) getub(buf, 0);
if (u1 == 0x81) { /* Software Version Information */
diff --git a/gpsmon.c b/gpsmon.c
index e6d57c88..576ba117 100644
--- a/gpsmon.c
+++ b/gpsmon.c
@@ -778,7 +778,7 @@ static void gpsmon_hook(struct gps_device_t *device, gps_mask_t changed UNUSED)
report_unlock();
- /* Update the last fix time seen for PPS. FIXME: do this here? */
+ /* Update the last fix time seen for PPS. */
ntpshm_latch(device, &td);
}
/*@+observertrans +nullpass +globstate +compdef +uniondef@*/
diff --git a/libgps_core.c b/libgps_core.c
index 567cf254..a222ae13 100644
--- a/libgps_core.c
+++ b/libgps_core.c
@@ -81,7 +81,6 @@ int gps_open(/*@null@*/const char *host,
if (host != NULL && strcmp(host, GPSD_DBUS_EXPORT) == 0) {
/*@i@*/status = gps_dbus_open(gpsdata);
if (status != 0)
- /* FIXME: it would be better not to throw away information here */
status = DBUS_FAILURE;
}
#endif /* DBUS_EXPORT_ENABLE */
diff --git a/libgpsd_core.c b/libgpsd_core.c
index dd91ec62..4803ffa0 100644
--- a/libgpsd_core.c
+++ b/libgpsd_core.c
@@ -904,7 +904,7 @@ static void gpsd_error_model(struct gps_device_t *session,
* expected time error should be half the resolution of
* the GPS clock, so we put the bound of the error
* in as a constant pending getting it from each driver.
- * FIXME: increase this if no keap-second has been seen
+ * FIXME: increase this if no leap-second has been seen
* and it's less than 750s (one almanac load cycle)
* from device powerup.
*/