summaryrefslogtreecommitdiff
path: root/packet.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-01-31 14:56:34 -0500
committerEric S. Raymond <esr@thyrsus.com>2015-01-31 14:56:34 -0500
commit2bab8b2a7f810a4a430def430cbae80d74c572c6 (patch)
tree57613e478232b3f8bdfa98f70da812c7e59463f7 /packet.c
parentcfdbde32280df8109cdc4be5779915f678325199 (diff)
downloadgpsd-2bab8b2a7f810a4a430def430cbae80d74c572c6.tar.gz
Comment typo fix.
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 02b18e5d..2716acc5 100644
--- a/packet.c
+++ b/packet.c
@@ -2154,7 +2154,7 @@ ssize_t packet_get(int fd, struct gps_lexer_t *lexer)
* If we gathered a packet, return its length; it will have been
* consumed out of the input buffer and moved to the output
* buffer. We don't care whether the read() returned 0 or -1 and
- * gathered packet data was all buffered or whether ot was partly
+ * gathered packet data was all buffered or whether it was partly
* just physically read.
*
* Note: this choice greatly simplifies life for callers of