diff options
author | Gary E. Miller <gem@rellim.com> | 2006-06-14 03:48:17 +0000 |
---|---|---|
committer | Gary E. Miller <gem@rellim.com> | 2006-06-14 03:48:17 +0000 |
commit | 14b4162baaacc767e58e4bd1d3f92ebcf6bf9518 (patch) | |
tree | 1f452f063e0570ed8de4a13b7f849990cd7c8280 /garmin.c | |
parent | 0f8ef4d7b23f716d130e133ad7bc4c393147e749 (diff) | |
download | gpsd-14b4162baaacc767e58e4bd1d3f92ebcf6bf9518.tar.gz |
Fix typo in comment.
Diffstat (limited to 'garmin.c')
-rw-r--r-- | garmin.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -708,7 +708,7 @@ static bool garmin_probe(struct gps_device_t *session) } else if ( sel_ret == 0 ) { gpsd_report(3, "garmin_probe() timeout, INFO_REQ\n"); // restore old terminal settings - // TCIOFLUSH here causes gpsafake to hang, so skip that + // TCIOFLUSH here causes gpsfake to hang, so skip that (void)tcsetattr(session->gpsdata.gps_fd, TCSANOW , &session->ttyset_old); return false; |