summaryrefslogtreecommitdiff
path: root/driver_proto.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2012-05-08 01:20:29 -0400
committerEric S. Raymond <esr@thyrsus.com>2012-05-08 01:20:29 -0400
commit8dc7a9dec9b2a8f93cc2bae304f1911954fecbb0 (patch)
tree9330f796ab0de4aed2059e7c08215a25b07881db /driver_proto.c
parent387c37edd6e6df0fe66ea6ece2eb94e74d04897d (diff)
downloadgpsd-8dc7a9dec9b2a8f93cc2bae304f1911954fecbb0.tar.gz
Typo fix.
Diffstat (limited to 'driver_proto.c')
-rw-r--r--driver_proto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver_proto.c b/driver_proto.c
index ab6abe85..6a64e4c6 100644
--- a/driver_proto.c
+++ b/driver_proto.c
@@ -365,7 +365,7 @@ static void _proto__event_hook(struct gps_device_t *session, event_t event)
/*
* Code to make the device ready to communicate. Only needed if the
* device is in some kind of sleeping state, and only shipped to
- * RS232C (so that gpsd won't send strings to unidentified USB devices)
+ * RS232C, so that gpsd won't send strings to unidentified USB devices
* that might not be GPSes at all.
*/
}