From: Guy Harris Date: Sat, 18 Apr 2015 23:22:23 +0000 (-0700) Subject: Fix comment. X-Git-Tag: tcpdump-4.8.0~282^2~1 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/954bf4e2e3eab7480be7e09915d5a123370773c2 Fix comment. --- diff --git a/print-sll.c b/print-sll.c index 91694693..e3e6ec96 100644 --- a/print-sll.c +++ b/print-sll.c @@ -258,7 +258,7 @@ recurse: /*FALLTHROUGH*/ unknown: - /* ether_type not known, print raw packet */ + /* packet type not known, print raw packet */ if (!ndo->ndo_suppress_default_print) ND_DEFAULTPRINT(p, caplen); break;