]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Fix comment.
authorGuy Harris <[email protected]>
Sat, 18 Apr 2015 23:22:23 +0000 (16:22 -0700)
committerGuy Harris <[email protected]>
Sat, 18 Apr 2015 23:22:23 +0000 (16:22 -0700)
print-sll.c

index 916946938fddf734f1ccf46ddcae07df3dc4540c..e3e6ec96e28865b13205d7af2e2e042d989a97eb 100644 (file)
@@ -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;