]> The Tcpdump Group git mirrors - tcpdump/commitdiff
fix a typo in a comment
authorDenis Ovsienko <[email protected]>
Thu, 2 Feb 2017 22:19:47 +0000 (22:19 +0000)
committerDenis Ovsienko <[email protected]>
Thu, 2 Feb 2017 22:43:01 +0000 (22:43 +0000)
print-atm.c

index 596e406ccab63261f16178babcb5a8a8043e2e76..7c12262c9ea433fadc4f34e491917ac0b830615b 100644 (file)
@@ -369,7 +369,7 @@ sig_print(netdissect_options *ndo,
                call_ref = EXTRACT_24BITS(&p[CALL_REF_POS]);
                ND_PRINT((ndo, "CALL_REF:0x%06x", call_ref));
        } else {
-               /* SCCOP with some unknown protocol atop it */
+               /* SSCOP with some unknown protocol atop it */
                ND_PRINT((ndo, "SSCOP, proto %d ", p[PROTO_POS]));
        }
        return;