summaryrefslogtreecommitdiff
path: root/ppsthread.c
diff options
context:
space:
mode:
authorBeat Bolli <bbolli@ewanet.ch>2013-11-02 01:03:40 +0100
committerEric S. Raymond <esr@thyrsus.com>2013-11-01 23:53:12 -0400
commit116710ae17edbb9a92e4546bd53c56833a14dd41 (patch)
tree9e316f86ea3888f8472484fa959a1a490a955412 /ppsthread.c
parent6ee4d2c4905fbf02cee3cb1ffa159c547e5c4c1e (diff)
downloadgpsd-116710ae17edbb9a92e4546bd53c56833a14dd41.tar.gz
Typo fix.
Signed-off-by: Beat Bolli <bbolli@ewanet.ch> Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
Diffstat (limited to 'ppsthread.c')
-rw-r--r--ppsthread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppsthread.c b/ppsthread.c
index 7e89e470..2ade2422 100644
--- a/ppsthread.c
+++ b/ppsthread.c
@@ -4,7 +4,7 @@
* If you are not good at threads do not touch this file!
*
* It helps to know that there are two PPS measurement methods in
- * play. One, kernel PPS (KPPS), is RFCRFC2783 and available on many
+ * play. One, kernel PPS (KPPS), is RFC2783 and available on many
* OS and supplied through special /dev/pps devices. The other, plain
* PPS, uses the TIOCMIWAIT ioctl to explicitly watch for PPS on
* serial lines. KPPS requires root permissions for intialization;