summaryrefslogtreecommitdiff
path: root/monitor_proto.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2014-08-27 08:17:53 -0400
committerEric S. Raymond <esr@thyrsus.com>2014-08-27 08:17:53 -0400
commit95e1dc568463108afaa55d7afaa3dda50e93b45a (patch)
treef6bfb99d1b174e0a4d9c2485dcb21e83483ae8dc /monitor_proto.c
parent05806755dbd7d671201df03194ddfebca1553a62 (diff)
downloadgpsd-95e1dc568463108afaa55d7afaa3dda50e93b45a.tar.gz
Structure member name change: packet -> lexer. No logic changes.
All regression tests pass.
Diffstat (limited to 'monitor_proto.c')
-rw-r--r--monitor_proto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor_proto.c b/monitor_proto.c
index 149fba4f..b3e98bc1 100644
--- a/monitor_proto.c
+++ b/monitor_proto.c
@@ -62,7 +62,7 @@ static void PROTO_update(void)
{
/*
* Called on each packet received. The packet will be accessible in
- * session.packet.outbuffer and the length in session.packet.outbuflen.
+ * session.lexer.outbuffer and the length in session.lexer.outbuflen.
* If the device is NMEA, session.driver.nmea.fields[] will contain the
* array of unconverted field strings, including the tag in slot zero
* but not including the checksum or trailing \r\n.