summaryrefslogtreecommitdiff
path: root/driver_garmin.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-01-22 07:15:33 -0500
committerEric S. Raymond <esr@thyrsus.com>2013-01-22 07:15:33 -0500
commitc4106206c4c727314c917f85981ab329d5a34899 (patch)
treee9b4e447c62e9c54f68e917f95cbeb8ee32ac4df /driver_garmin.c
parent8877092ee2aa901ac8f03a7decea43bc73a32aff (diff)
downloadgpsd-c4106206c4c727314c917f85981ab329d5a34899.tar.gz
Typo fixes.
Diffstat (limited to 'driver_garmin.c')
-rw-r--r--driver_garmin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/driver_garmin.c b/driver_garmin.c
index c3cab894..3eac2b1f 100644
--- a/driver_garmin.c
+++ b/driver_garmin.c
@@ -35,7 +35,7 @@
*
* There is one physical link protocol for serial which uses DLE/ETX
* framing. There is another physical protocol for USB which relies
- * on the packetization intrinstic to USB bulk pipes.
+ * on the packetization intrinsic to USB bulk pipes.
*
* There are several link protocols; all devices implement L000.
* There are then product-specific protocols; most devices implement
@@ -43,7 +43,7 @@
* protocol.
*
* Application protocols are named A000 and then with different
- * 3-digit numbres. They are carried over Link protocols.
+ * 3-digit numbers. They are carried over Link protocols.
*
* Thus, much of the higher-level code dealing the data formats is
* shared between USB Binary and Serial Binary.