From 842cb2f0004842e48b064786a3e258d9cd5f9b0f Mon Sep 17 00:00:00 2001 From: Jon Schlueter Date: Thu, 22 Jan 2015 16:24:15 -0500 Subject: spelling cleanup in comments --- gpsd.c | 4 ++-- 1 file 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(); -- cgit v1.2.1