diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2010-04-26 22:28:56 -0400 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2010-04-26 22:28:56 -0400 |
commit | 0c0e13106e6b655498b6351f66799d8101486195 (patch) | |
tree | 9e86297f541a39a0b9d4df33f750ee498e17eac7 /driver_oncore.c | |
parent | b31ea3f7b9c084f8f15f79214117e62683e360d9 (diff) | |
download | gpsd-0c0e13106e6b655498b6351f66799d8101486195.tar.gz |
FIXME -> FIX-ME, so I can walk through these without tripping over autotools.
Diffstat (limited to 'driver_oncore.c')
-rw-r--r-- | driver_oncore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver_oncore.c b/driver_oncore.c index 64af1a4b..5c494712 100644 --- a/driver_oncore.c +++ b/driver_oncore.c @@ -424,7 +424,7 @@ static void oncore_event_hook(struct gps_device_t *session, event_t event) (void)oncore_control_send(session, getfirmware, sizeof(getfirmware)); /* - * FIXME: It might not be necessary to call this on reactivate. + * FIX-ME: It might not be necessary to call this on reactivate. * Experiment to see if the holds its settings through a close. */ if (event == event_identified || event == event_reactivate) { |