summaryrefslogtreecommitdiff
path: root/gpsd.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-02-10 20:27:15 -0500
committerEric S. Raymond <esr@thyrsus.com>2015-02-10 20:27:15 -0500
commit3b37e5086030814dae1ca96bef7e0b20d7ced4a9 (patch)
treedb52fa118c2f10d6963c0b88b994a7a8414113d6 /gpsd.c
parent0231f6359065ba49230051474f977369d5a58e95 (diff)
downloadgpsd-3b37e5086030814dae1ca96bef7e0b20d7ced4a9.tar.gz
Comment typo fix.
Diffstat (limited to 'gpsd.c')
-rw-r--r--gpsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsd.c b/gpsd.c
index 266fb733..1084ceae 100644
--- a/gpsd.c
+++ b/gpsd.c
@@ -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;