summaryrefslogtreecommitdiff
path: root/monitor_tnt.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-02-22 23:14:10 -0500
committerEric S. Raymond <esr@thyrsus.com>2011-02-22 23:19:21 -0500
commit8128b19dd6b3f0e20ac9fb96674227622ea625c4 (patch)
tree91856c56f31dae229241c61afb8eea459c11d0d0 /monitor_tnt.c
parentffadeb05b6c6f58f5cf8dec776e3c031922e83da (diff)
downloadgpsd-8128b19dd6b3f0e20ac9fb96674227622ea625c4.tar.gz
Fully enable compilation withe NMEA_ENABLE off.
Diffstat (limited to 'monitor_tnt.c')
-rw-r--r--monitor_tnt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor_tnt.c b/monitor_tnt.c
index 490f3fd9..7af64b08 100644
--- a/monitor_tnt.c
+++ b/monitor_tnt.c
@@ -38,7 +38,7 @@ static void tnt_update(void)
{
/*
* We have to do our own field parsing because the way this
- * gets valled, nmea_parse() is never called on the sentence.
+ * gets called, nmea_parse() is never called on the sentence.
*/
(void)nmea_parse((char *)session.packet.outbuffer, &session);