summaryrefslogtreecommitdiff
path: root/libgpsd_core.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-09-30 02:47:39 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-09-30 02:47:39 -0400
commit860713388fd1281f732f54cefc22b0328cb0b3d3 (patch)
treea604a3b88773da5c778b78a231eac1dd8d988e24 /libgpsd_core.c
parent44c6a6b7f969e0c31044a6f478a2f6fdad392e92 (diff)
downloadgpsd-860713388fd1281f732f54cefc22b0328cb0b3d3.tar.gz
Fix an error in the whole-cycle visualizations.
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 76317f14..5146a135 100644
--- a/libgpsd_core.c
+++ b/libgpsd_core.c
@@ -849,8 +849,8 @@ gps_mask_t gpsd_poll(struct gps_device_t *session)
* in the cycle.
*
* In practice, it seems that edge detection succeeds at 9600bps but
- * fails at 4800bps. This is not surprsing, as previous proviling has
- * indicated that st 4800bps some devices overrun a 1-second cycle time
+ * fails at 4800bps. This is not surprsing, as previous profiling has
+ * indicated that at 4800bps some devices overrun a 1-second cycle time
* with the data they transmit.
*/
#define MINIMUM_QUIET_TIME 0.25