summaryrefslogtreecommitdiff
path: root/cgps.c
diff options
context:
space:
mode:
authorRobert Norris <rw_norris@hotmail.com>2016-10-28 20:42:59 +0000
committerJon Schlueter <jon.schlueter@gmail.com>2016-12-18 22:01:33 -0500
commit74615b627ef2610f23fdb69b35d284ff692ddcfc (patch)
tree9634d5522be834eb605fba0a3ca9cd1521e07589 /cgps.c
parent2577b2e5de9370b117091a2c57a6adcdd81c003c (diff)
downloadgpsd-74615b627ef2610f23fdb69b35d284ff692ddcfc.tar.gz
Fix typos
Diffstat (limited to 'cgps.c')
-rw-r--r--cgps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgps.c b/cgps.c
index 72206f5e..e5b749a3 100644
--- a/cgps.c
+++ b/cgps.c
@@ -126,7 +126,7 @@ static bool compass_flag = false;
#endif /* TRUENORTH */
/* pseudo-signals indicating reason for termination */
-#define CGPS_QUIT 0 /* voluntary yterminastion */
+#define CGPS_QUIT 0 /* voluntary termination */
#define GPS_GONE -1 /* GPS device went away */
#define GPS_ERROR -2 /* low-level failure in GPS read */
#define GPS_TIMEOUT -3 /* low-level failure in GPS waiting */