From 95e1dc568463108afaa55d7afaa3dda50e93b45a Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 27 Aug 2014 08:17:53 -0400 Subject: Structure member name change: packet -> lexer. No logic changes. All regression tests pass. --- monitor_proto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'monitor_proto.c') 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. -- cgit v1.2.1