]> The Tcpdump Group git mirrors - libpcap/commitdiff
Fix a tpo. [skip ci]
authorGuy Harris <[email protected]>
Sun, 14 Aug 2022 02:19:58 +0000 (19:19 -0700)
committerGuy Harris <[email protected]>
Sun, 14 Aug 2022 02:19:58 +0000 (19:19 -0700)
pcap-util.c

index 7f92cafc596becbfdc3f265dea18bbd9cce1222d..8b5669e90b9afcaa7afbaf8bc0569ba624766c82 100644 (file)
@@ -459,7 +459,7 @@ fixup_pcap_pkthdr(int linktype, struct pcap_pkthdr *hdr, const u_char *data)
                 * length is equal to the value calculated from the raw URB
                 * length, then it might be one of those transfers.
                 *
-                * We only do this if we hae the full USB pseudo-header.
+                * We only do this if we have the full USB pseudo-header.
                 */
                if (!usb_hdr->data_flag &&
                    hdr->len == sizeof(pcap_usb_header_mmapped) +