]> The Tcpdump Group git mirrors - libpcap/commitdiff
Fix a typo
authorFrancois-Xavier Le Bail <[email protected]>
Sun, 3 Jul 2022 15:05:05 +0000 (17:05 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Sun, 3 Jul 2022 15:05:08 +0000 (17:05 +0200)
[skip ci]

pcap-common.c

index e85d97fb40c7e0d55dd8bbbdcc8f59a0ff419b56..b12ee2158987dd3b12326c359b18eadabe8d70d7 100644 (file)
@@ -1848,7 +1848,7 @@ fixup_pcap_pkthdr(int linktype, struct pcap_pkthdr *hdr, const u_char *data)
                 * If this packet contains transferred data (yes, data_flag
                 * is 0 if we *do* have data), and the total on-the-network
                 * length is equal to the value calculated from the raw URB
-                * length, then it might be one of those tranfers.
+                * length, then it might be one of those transfers.
                 */
                if (!usb_hdr->data_flag &&
                    hdr->len == sizeof(pcap_usb_header_mmapped) +