summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2012-03-05 03:17:31 -0500
committerEric S. Raymond <esr@thyrsus.com>2012-03-05 03:17:31 -0500
commit8479848bb5c0b201c498a7bcffd9c1e5c4bf4856 (patch)
treeaf719fd88767893a226a27d475415d80103a6443
parentd9f646634d49743d42fe665067da1d75396e98f2 (diff)
downloadgpsd-8479848bb5c0b201c498a7bcffd9c1e5c4bf4856.tar.gz
Comment typo fix.
-rw-r--r--driver_nmea.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver_nmea.c b/driver_nmea.c
index 99b31d1a..7419bf62 100644
--- a/driver_nmea.c
+++ b/driver_nmea.c
@@ -1182,7 +1182,7 @@ gps_mask_t nmea_parse(char *sentence, struct gps_device_t * session)
/*
* The end-of-cycle detector. This code depends on just one
* assumption: if a sentence with a timestamp occurs just before
- * start of cycle, then it is always good to trigger a reort on
+ * start of cycle, then it is always good to trigger a report on
* that sentence in the future. For devices with a fixed cycle
* this should work perfectly, locking in detection after one
* cycle. Most split-cycle devices (Garmin 48, for example) will