summaryrefslogtreecommitdiff
path: root/nmea_parse.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-06-15 11:37:30 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-06-15 11:37:30 +0000
commit536bcf03dad098502298ae447999198e86b6c615 (patch)
tree2a5b5175f550a015841b5442cc7035981c9a669f /nmea_parse.c
parent89cdadfdabfc17eb49f1de99c7e394f4ab15ca1f (diff)
downloadgpsd-536bcf03dad098502298ae447999198e86b6c615.tar.gz
Various small cleanups.
Fix a return type. Note start-of-cycle in some test loads. Consolidate -DGNU_SOURCE loads.
Diffstat (limited to 'nmea_parse.c')
-rw-r--r--nmea_parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nmea_parse.c b/nmea_parse.c
index e464d99b..35c4a933 100644
--- a/nmea_parse.c
+++ b/nmea_parse.c
@@ -58,7 +58,7 @@ static void do_lat_lon(char *field[], struct gps_data_t *out)
* Timestamps always look like hhmmss.ss, with the trailing .ss part
* optional. RMC has a date field, in the format ddmmyy. ZDA has
* separate fields for day/month/year, with a 4-digit year. This
- * means that for RMC we must supply a century and for GGA and GGL we
+ * means that for RMC we must supply a century and for GGA and GLL we
* must supply a century, year, and day. We get the missing data from
* a previous RMC or ZDA; century in RMC is supplied by the host
* machine's clock time if there has been no previous RMC.