summaryrefslogtreecommitdiff
path: root/driver_ubx.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-03-18 21:00:33 -0400
committerEric S. Raymond <esr@thyrsus.com>2015-03-18 21:04:04 -0400
commita790e8647ace4eca87f26b9ded555b708909596a (patch)
treeeb12bd1767eeae9a6e7c3fb36f27ec8c3d201879 /driver_ubx.c
parent4497b5d4e7e4e5e695b123dd075260afd8ce2086 (diff)
downloadgpsd-a790e8647ace4eca87f26b9ded555b708909596a.tar.gz
Comment polishing.
Diffstat (limited to 'driver_ubx.c')
-rw-r--r--driver_ubx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/driver_ubx.c b/driver_ubx.c
index 0eae71cc..9d2b8a40 100644
--- a/driver_ubx.c
+++ b/driver_ubx.c
@@ -689,7 +689,7 @@ static void ubx_event_hook(struct gps_device_t *session, event_t event)
static void ubx_cfg_prt(struct gps_device_t *session,
speed_t speed, const char parity, const int stopbits,
const int mode)
-/* generare and send a configuration block */
+/* generate and send a configuration block */
{
unsigned long usart_mode = 0;
unsigned char buf[UBX_CFG_LEN];
@@ -1017,7 +1017,7 @@ const struct gps_type_t driver_ubx = {
.min_cycle = 0.25, /* Maximum 4Hz sample rate */
#endif /* RECONFIGURE_ENABLE */
#ifdef CONTROLSEND_ENABLE
- .control_send = ubx_control_send, /* no control sender yet */
+ .control_send = ubx_control_send,/* how to send a control string */
#endif /* CONTROLSEND_ENABLE */
#ifdef TIMEHINT_ENABLE
.time_offset = NULL, /* no method for NTP fudge factor */