diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2015-02-10 20:27:15 -0500 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2015-02-10 20:27:15 -0500 |
commit | 3b37e5086030814dae1ca96bef7e0b20d7ced4a9 (patch) | |
tree | db52fa118c2f10d6963c0b88b994a7a8414113d6 /gpsd.c | |
parent | 0231f6359065ba49230051474f977369d5a58e95 (diff) | |
download | gpsd-3b37e5086030814dae1ca96bef7e0b20d7ced4a9.tar.gz |
Comment typo fix.
Diffstat (limited to 'gpsd.c')
-rw-r--r-- | gpsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1434,7 +1434,7 @@ static void pseudonmea_report(struct subscriber_t *sub, #endif /* SOCKET_EXPORT_ENABLE */ static void all_reports(struct gps_device_t *device, gps_mask_t changed) -/* report on the corrent packet from a specified device */ +/* report on the current packet from a specified device */ { #ifdef SOCKET_EXPORT_ENABLE struct subscriber_t *sub; |