summaryrefslogtreecommitdiff
path: root/ntpshm.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2012-02-25 10:06:14 -0500
committerEric S. Raymond <esr@thyrsus.com>2012-02-25 10:06:14 -0500
commit28cd14e85a4cc528fb6756dd1c3b1972eb0edac5 (patch)
treeb01f89eccdcc639ac403c7cc4ac519198bcb8038 /ntpshm.c
parentcaca1ff543b33a62444fef56cb9a4d69c15eba12 (diff)
downloadgpsd-28cd14e85a4cc528fb6756dd1c3b1972eb0edac5.tar.gz
Typo fix.
Diffstat (limited to 'ntpshm.c')
-rw-r--r--ntpshm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ntpshm.c b/ntpshm.c
index 6db95069..dcee60d0 100644
--- a/ntpshm.c
+++ b/ntpshm.c
@@ -849,7 +849,7 @@ static /*@null@*/ void *gpsd_ppsmonitor(void *arg)
sample.tv = tv; /* structure copy */
}
/* FIXME!! this is wrong if signal is 5Hz or 10Hz instead of PPS */
- /* carefull, unix time to nSec is more precision that a double */
+ /* careful, Unix time to nSec is more precision than a double */
sample.offset = 1 + session->last_fixtime - ts.tv_sec;
sample.offset -= ts.tv_nsec / 1e9;
/* was: defined(ONCORE_ENABLE) && defined(BINARY_ENABLE) */