From 8c153ffb9f54828a7d7ad8ebbe25433426704507 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 13 Nov 2013 07:35:15 -0500 Subject: Typo fix. --- gpsctl.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'gpsctl.c') diff --git a/gpsctl.c b/gpsctl.c index 5d4bff81..dc731b1c 100644 --- a/gpsctl.c +++ b/gpsctl.c @@ -478,12 +478,12 @@ int main(int argc, char **argv) /*@-boolops@*/ /* - * We used to wait on DEVICE_SET here. That doesn't work anymore - * because when the demon generates its response it sets the mode - * bit in the response it does so from the current packet type, - * which may not have changed (probably will not have changed) even - * though the command to switch modes has been sent and will shortly - * take effect. + * We used to wait on DEVICE_SET here. That doesn't work + * anymore because when the demon generates its response it + * sets the mode bit in the response from the current packet + * type, which may not have changed (probably will not have + * changed) even though the command to switch modes has been + * sent and will shortly take effect. */ if (to_nmea) { if (!gps_query(&gpsdata, NON_ERROR, (int)timeout, -- cgit v1.2.1