]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ppp.c
Fix some spelling. [skip ci]
[tcpdump] / print-ppp.c
index fe0362473c5acc0b7f467002723c6907e1ebd0a8..72c609a61d796ed8e2b652dd66f1e43a196e4d5c 100644 (file)
@@ -1379,7 +1379,7 @@ ppp_hdlc(netdissect_options *ndo,
 
        /*
         * Unescape all the data into a temporary, private, buffer.
-        * Do this so that we dont overwrite the original packet
+        * Do this so that we don't overwrite the original packet
         * contents.
         */
        for (s = p, t = b, i = caplen; i != 0; i--) {