summaryrefslogtreecommitdiff
path: root/driver_ubx.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2012-05-12 06:56:03 -0400
committerEric S. Raymond <esr@thyrsus.com>2012-05-12 06:56:03 -0400
commit1992d827fbd3aefc124ea46c0f7e87571508d408 (patch)
treea6612de7b651baca6ac01e98cd5dc56ae44c1291 /driver_ubx.c
parent8092bf06546225b2d6f8269f06bd06c547ce77a4 (diff)
downloadgpsd-1992d827fbd3aefc124ea46c0f7e87571508d408.tar.gz
Comment typo fix.
Diffstat (limited to 'driver_ubx.c')
-rw-r--r--driver_ubx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver_ubx.c b/driver_ubx.c
index 577b5fc5..426d6aca 100644
--- a/driver_ubx.c
+++ b/driver_ubx.c
@@ -767,7 +767,7 @@ const struct gps_type_t ubx_binary = {
.get_packet = generic_get, /* Packet getter (using default routine) */
.parse_packet = parse_input, /* Parse message packets */
.rtcm_writer = gpsd_write, /* RTCM handler (using default routine) */
- .event_hook = ubx_event_hook, /* Fiew in variious lifetime events */
+ .event_hook = ubx_event_hook, /* Fire on various lifetime events */
#ifdef RECONFIGURE_ENABLE
.speed_switcher = ubx_speed, /* Speed (baudrate) switch */
.mode_switcher = ubx_nmea_mode, /* Switch to NMEA mode */