summaryrefslogtreecommitdiff
path: root/gpsd.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-09-21 02:30:13 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-09-21 02:30:13 +0000
commit59e9521fbf3168859bea6c63d8dedebb014d82d7 (patch)
tree3eb7d67c06383052e5831435727324b17068ce1e /gpsd.c
parent5e62d074c50cf47be03948469a36f411ba22f1ef (diff)
downloadgpsd-59e9521fbf3168859bea6c63d8dedebb014d82d7.tar.gz
Fix a very minor bug in Zodiac reporting.
Diffstat (limited to 'gpsd.c')
-rw-r--r--gpsd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gpsd.c b/gpsd.c
index 5e75253d..9314d210 100644
--- a/gpsd.c
+++ b/gpsd.c
@@ -2366,8 +2366,7 @@ int main(int argc, char *argv[])
/*
* No reliable end of cycle. Must report
* every time a sentence changes position
- * or mode. Likely to cause display jitter
- * if buffer policy is casoc.
+ * or mode. Likely to cause display jitter.
*/
report_fix = true;
#ifdef DBUS_ENABLE