summaryrefslogtreecommitdiff
path: root/driver_nmea.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2011-01-11 13:04:05 -0800
committerGary E. Miller <gem@rellim.com>2011-01-11 13:04:05 -0800
commitb022a02dcbe8a858eee639eacac5934b56e84fa3 (patch)
treeb7c129eff7847330d77e4734ff31616198cf5e22 /driver_nmea.c
parent3b128e745e3bdddbb414042210614a3d5787f7ec (diff)
downloadgpsd-b022a02dcbe8a858eee639eacac5934b56e84fa3.tar.gz
Fix typo in comment.
Diffstat (limited to 'driver_nmea.c')
-rw-r--r--driver_nmea.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver_nmea.c b/driver_nmea.c
index 13167070..0ee7dea0 100644
--- a/driver_nmea.c
+++ b/driver_nmea.c
@@ -253,7 +253,7 @@ static gps_mask_t processGPGLL(int count, char *field[],
*
* Unless you care about the FAA indicator, this sentence supplies nothing
* that GPRMC doesn't already. But at least one Garmin GPS -- the 48
- * actually ships updates in GPLL that aren't redundant.
+ * actually ships updates in GLL that aren't redundant.
*/
char *status = field[7];
gps_mask_t mask = 0;