diff options
Diffstat (limited to 'driver_sirf.c')
-rw-r--r-- | driver_sirf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver_sirf.c b/driver_sirf.c index 1b03ccd8..4cd375d6 100644 --- a/driver_sirf.c +++ b/driver_sirf.c @@ -1110,7 +1110,7 @@ gps_mask_t sirf_parse(struct gps_device_t * session, unsigned char *buf, gpsd_report(LOG_PROG, "SiRF: unused NLID 0x1f\n"); return 0; - case 0x29: /* Geodetic Navigation Information MID 41 */ + case 0x29: /* Geodetic Navigation Data MID 41 */ gpsd_report(LOG_PROG, "SiRF: unused GND 0x29\n"); return 0; |