summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Schlueter <jschlueter@navigationsolutions.com>2015-01-22 16:24:15 -0500
committerJon Schlueter <jschlueter@navigationsolutions.com>2015-01-22 16:24:15 -0500
commit842cb2f0004842e48b064786a3e258d9cd5f9b0f (patch)
treef8a5c9d55adf47bc3c36a53409369e960c8a4019
parenta2cabfcd89d8ac45a60fb35847258567c3450560 (diff)
downloadgpsd-842cb2f0004842e48b064786a3e258d9cd5f9b0f.tar.gz
spelling cleanup in comments
-rw-r--r--gpsd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gpsd.c b/gpsd.c
index ebee69b8..f2f8e658 100644
--- a/gpsd.c
+++ b/gpsd.c
@@ -1816,7 +1816,7 @@ static void adaptive_delay(void)
}
/*
- * Avoid containing and delaying if we're tunning inside a test harness.
+ * Avoid containing and delaying if we're running inside a test harness.
* Without this check the regression tests fail.
*/
if (nonpty) {
@@ -2219,7 +2219,7 @@ int main(int argc, char *argv[])
/*
* Adaptive delay to prevent buzzing if the tty layer returns data
* one character at a time and too fast. This has been observed as
- * a problem on the Raspberry Pi. It pushes CPU ysage up and eats power.
+ * a problem on the Raspberry Pi. It pushes CPU usage up and eats power.
*/
(void) adaptive_delay();