summaryrefslogtreecommitdiff
path: root/gpsd.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2016-08-30 12:55:38 -0700
committerGary E. Miller <gem@rellim.com>2016-08-30 12:55:38 -0700
commit5c645ef698aec97717e62ffdab9558c0ccb9dae6 (patch)
treef61461bd0593e200a41cfd400c6837baf64bc027 /gpsd.c
parentcf205eeb595d2b80947de481112fb1d42b10699d (diff)
downloadgpsd-5c645ef698aec97717e62ffdab9558c0ccb9dae6.tar.gz
Fix format nti, git hates rtailing spaces..
Diffstat (limited to 'gpsd.c')
-rw-r--r--gpsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsd.c b/gpsd.c
index 3627e112..8fa0b0eb 100644
--- a/gpsd.c
+++ b/gpsd.c
@@ -2224,7 +2224,7 @@ int main(int argc, char *argv[])
case AWAIT_NOT_READY:
for (device = devices; device < devices + MAX_DEVICES; device++)
/*
- * The file descriptor validity check is reqiured on some ARM
+ * The file descriptor validity check is reqiured on some ARM
* platforms to prevent a core dump. This may be due to an
* implimentation error in FD_ISSET().
*/