From: guy Date: Tue, 6 Aug 2002 06:13:20 +0000 (+0000) Subject: Fix a typo in a comment. X-Git-Tag: libpcap-0.8-bp~143 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/f3c313fdbd3b898abf9ff6df371ec066596a5091 Fix a typo in a comment. --- diff --git a/gencode.c b/gencode.c index c2b509cc..39aa416d 100644 --- a/gencode.c +++ b/gencode.c @@ -21,7 +21,7 @@ */ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/libpcap/gencode.c,v 1.173 2002-08-05 07:59:43 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/libpcap/gencode.c,v 1.174 2002-08-06 06:13:20 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -800,7 +800,7 @@ init_linktype(type) */ off_linktype = 24; off_nl = 32; /* 802.11+802.2+SNAP */ - off_nl_nosnap = 27; /* 802.22+802.2 */ + off_nl_nosnap = 27; /* 802.11+802.2 */ return; case DLT_PRISM_HEADER: