summaryrefslogtreecommitdiff
path: root/libgpsd_core.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2008-07-14 20:36:26 +0000
committerEric S. Raymond <esr@thyrsus.com>2008-07-14 20:36:26 +0000
commitdeb7dda7c6ed6428dd24359f56c1ed1cd3304dc7 (patch)
tree707573244cb2eb31b739e0a0d341420af696a1b1 /libgpsd_core.c
parente778a470585309c0af8e25fc22b2d9a791d2edb3 (diff)
downloadgpsd-deb7dda7c6ed6428dd24359f56c1ed1cd3304dc7.tar.gz
Fix thinko in comment.
Diffstat (limited to 'libgpsd_core.c')
-rw-r--r--libgpsd_core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgpsd_core.c b/libgpsd_core.c
index 65c86b29..ba84ac52 100644
--- a/libgpsd_core.c
+++ b/libgpsd_core.c
@@ -801,8 +801,8 @@ gps_mask_t gpsd_poll(struct gps_device_t *session)
* we think we have a valid fix for the current cycle, but remains
* true while following non-fix packets are received. What we
* really want to know is whether the last packet received was a
- * fix package AND held a valid fix. We must ignore non-fix packages
- * AND packages which have fix data but are flagged as invalid. Some
+ * fix packet AND held a valid fix. We must ignore non-fix packets
+ * AND packets which have fix data but are flagged as invalid. Some
* devices output fix packets on a regular basis, even when unable
* to derive a good fix. Such packets should set STATUS_NO_FIX.
*/