summaryrefslogtreecommitdiff
path: root/gpsctl.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-02-16 11:01:38 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-02-16 11:01:38 +0000
commit207b59ab0318dc4b4bcc762aba8e490ecfdae316 (patch)
treecf51b14f4b0815d5a26d03fb0f841a926bfecd21 /gpsctl.c
parenta18e94d4eba5f3a394e2baf4003a3a7aa3778d26 (diff)
downloadgpsd-207b59ab0318dc4b4bcc762aba8e490ecfdae316.tar.gz
sirfmon now has a driver-table architecture, like the daemon.
Diffstat (limited to 'gpsctl.c')
-rw-r--r--gpsctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsctl.c b/gpsctl.c
index 850556e6..7c132ad8 100644
--- a/gpsctl.c
+++ b/gpsctl.c
@@ -416,7 +416,7 @@ int main(int argc, char **argv)
* gets ignored or flushed.
*/
if (!echo) {
- /* suppresses probing for subrtpes */
+ /* suppresses probing for subtypes */
context.readonly = true;
(void)sleep(1);
(void) alarm(timeout);