summaryrefslogtreecommitdiff
path: root/packet.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2008-07-13 10:49:52 +0000
committerEric S. Raymond <esr@thyrsus.com>2008-07-13 10:49:52 +0000
commitb8da4398114b3e05060b72f3852bb29d5c222f5a (patch)
tree3ee79d42caa6074f20bcf45d700a8be5ad5b27ff /packet.c
parentf1202affe3a38154d4f90bcc86ef021ef5cd11c9 (diff)
downloadgpsd-b8da4398114b3e05060b72f3852bb29d5c222f5a.tar.gz
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 0ed6a84e..db14f5a4 100644
--- a/packet.c
+++ b/packet.c
@@ -48,7 +48,7 @@ others apart and distinguish them from baud barf.
* packets. Each includes a fixed leader byte, a length, and check bits.
* In this case, it is not guaranted that packet starts begin on byte
* bounaries; the recognizer has to run a separate state machine against
- * each byte just to achie synchronization lock with the bitstream.
+ * each byte just to achieve synchronization lock with the bitstream.
*
* Adding support for a new GPS protocol typically reqires adding stete
* transitions to support whatever binary packet structure it has. The