summaryrefslogtreecommitdiff
path: root/gpsdecode.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-02-16 10:35:30 -0500
committerEric S. Raymond <esr@thyrsus.com>2011-02-16 10:35:30 -0500
commitff5f1ea7e741c3faaf5e5d2f09d1edce1aaf8cd5 (patch)
treed35411bd07b0b77bd83431ab51073e298e684de4 /gpsdecode.c
parentb3b41ddf2ebea8bf4a12b0c6c45330ed0d242f6b (diff)
downloadgpsd-ff5f1ea7e741c3faaf5e5d2f09d1edce1aaf8cd5.tar.gz
More layer separation. All regression tests pass.
Diffstat (limited to 'gpsdecode.c')
-rw-r--r--gpsdecode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsdecode.c b/gpsdecode.c
index 70d6cde8..cadc8202 100644
--- a/gpsdecode.c
+++ b/gpsdecode.c
@@ -360,7 +360,7 @@ static void aivdm_csv_dump(struct ais_t *ais, char *buf, size_t buflen)
/*@ -compdestroy -compdef -usedef @*/
static void decode(FILE * fpin, FILE * fpout)
-/* RTCM or AIS packets on fpin to dump format on fpout */
+/* sensor data on fpin to dump format on fpout */
{
struct gps_packet_t lexer;
#ifdef RTCM104V2_ENABLE