summaryrefslogtreecommitdiff
path: root/packet.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2006-10-24 14:17:40 +0000
committerEric S. Raymond <esr@thyrsus.com>2006-10-24 14:17:40 +0000
commit128a5bfb2cf3572443f72dcaabf64c13276a885e (patch)
tree5d298724fdb4ac7080618e0a1bd19a2831aec80e /packet.c
parent726b6ea4b987dc74588d5834858f8ec83eb037a0 (diff)
downloadgpsd-128a5bfb2cf3572443f72dcaabf64c13276a885e.tar.gz
Update some documentation.
Diffstat (limited to 'packet.c')
-rw-r--r--packet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/packet.c b/packet.c
index 674e7d65..3eec391e 100644
--- a/packet.c
+++ b/packet.c
@@ -39,7 +39,7 @@ others apart and distinguish them from baud barf.
* packet; in that case it won't reset until it notices that the
* binary trailer is not where it should be, and the NMEA packet will
* be lost. The reverse scenario is not possible because none of the
- * binary leader character can occur in an NMEA packet. Caller should
+ * binary leader characters can occur in an NMEA packet. Caller should
* consume a packet when it sees one of the *_RECOGNIZED states.
* It's good practice to follow the _RECOGNIZED transition with one
* that recognizes a leader of the same packet type rather than