summaryrefslogtreecommitdiff
path: root/cgps.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-02-25 10:41:32 -0500
committerEric S. Raymond <esr@thyrsus.com>2011-02-25 10:41:32 -0500
commit730d3662e153ad7aa247112b0854ccffadacda34 (patch)
tree0176dfb22b8d2dc2b0b013827b9b231b36e76fc7 /cgps.c
parent94babafb7d08f9a4d3b7b0cb425c856ff06a5764 (diff)
downloadgpsd-730d3662e153ad7aa247112b0854ccffadacda34.tar.gz
Fix an explanatory comment.
Diffstat (limited to 'cgps.c')
-rw-r--r--cgps.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/cgps.c b/cgps.c
index 3da3548e..2f1e9ba7 100644
--- a/cgps.c
+++ b/cgps.c
@@ -244,9 +244,10 @@ static void windowsetup(void)
/* Set the window sizes per the following criteria:
*
* 1. Set the window size to display the maximum number of
- * satellites possible, but not more than the size required to
- * display the maximum number of satellites gpsd is capable of
- * tracking (MAXCHANNELS - 2).
+ * satellites possible, but not more than can be fit in a
+ * window the size of the GPS report window. We have to set
+ * the limit that way because MAXCHANNELS has been made large
+ * in order to prepare for survey-grade receivers..
*
* 2. If the screen size will not allow for the full complement of
* satellites to be displayed, set the windows sizes smaller, but