[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gpsd-dev] [PATCH 2/3] Fix typo in ntpshm.h
From: |
Miroslav Lichvar |
Subject: |
[gpsd-dev] [PATCH 2/3] Fix typo in ntpshm.h |
Date: |
Thu, 7 May 2015 12:34:33 +0200 |
---
ntpshm.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ntpshm.h b/ntpshm.h
index 2811a4b..0292040 100644
--- a/ntpshm.h
+++ b/ntpshm.h
@@ -25,7 +25,7 @@
* -1 is about 100mSec jitter
* -10 is about 1 mSec jitter (GR-601W or other USB with 1ms poll interval)
* -13 is about 100 uSec
- * -20 is about 1 nSec (typical for serial PPS)
+ * -20 is about 1 uSec (typical for serial PPS)
*/
struct shmTime
--
2.1.0
- [gpsd-dev] [PATCH 0/3] ntpshm stuff, Miroslav Lichvar, 2015/05/07
- [gpsd-dev] [PATCH 2/3] Fix typo in ntpshm.h,
Miroslav Lichvar <=
- [gpsd-dev] [PATCH 3/3] Print offset in ntpshmmon instead of reference time, Miroslav Lichvar, 2015/05/07
- Re: [gpsd-dev] [PATCH 3/3] Print offset in ntpshmmon instead of reference time, Gary E. Miller, 2015/05/07
- Re: [gpsd-dev] [PATCH 3/3] Print offset in ntpshmmon instead of reference time, Gary E. Miller, 2015/05/07
- Re: [gpsd-dev] [PATCH 3/3] Print offset in ntpshmmon instead of reference time, Miroslav Lichvar, 2015/05/13
- Re: [gpsd-dev] [PATCH 3/3] Print offset in ntpshmmon instead of reference time, Gary E. Miller, 2015/05/13
- Re: [gpsd-dev] [PATCH 3/3] Print offset in ntpshmmon instead of reference time, Miroslav Lichvar, 2015/05/14
- Re: [gpsd-dev] [PATCH 3/3] Print offset in ntpshmmon instead of reference time, Gary E. Miller, 2015/05/14
[gpsd-dev] [PATCH 1/3] Print ntpshmmon banner as comment to follow spec, Miroslav Lichvar, 2015/05/07