summaryrefslogtreecommitdiff
path: root/driver_evermore.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-01-18 09:10:28 -0500
committerEric S. Raymond <esr@thyrsus.com>2011-01-18 09:10:28 -0500
commitc6c7d944e9bfa1e6619ac2f442fd69dde46992e0 (patch)
treef8124557103ffdedee9f3a48be0c8f50300768ff /driver_evermore.c
parente8e0a65624aa711d927d9b1cd83d30c5318a9cc6 (diff)
downloadgpsd-c6c7d944e9bfa1e6619ac2f442fd69dde46992e0.tar.gz
Comment and warning fixups.
Diffstat (limited to 'driver_evermore.c')
-rw-r--r--driver_evermore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver_evermore.c b/driver_evermore.c
index b1794a13..2397e7c4 100644
--- a/driver_evermore.c
+++ b/driver_evermore.c
@@ -217,7 +217,7 @@ gps_mask_t evermore_parse(struct gps_device_t * session, unsigned char *buf,
/*
* We make a deliberate choice not to clear DOPs from the
* last skyview here, but rather to treat this as a supplement
- * to our calculations from the visiniolity matrix, trusting
+ * to our calculations from the visibility matrix, trusting
* the firmware algorithms over ours.
*/
session->gpsdata.dop.gdop = (double)getub(buf2, 8) * 0.1;