]> The Tcpdump Group git mirrors - libpcap/commitdiff
Fix a typo in a comment
authorFrancois-Xavier Le Bail <[email protected]>
Thu, 15 Feb 2024 06:23:55 +0000 (07:23 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Thu, 15 Feb 2024 06:25:37 +0000 (07:25 +0100)
[skip ci]

pcap-util.c

index 88518f7a63000633f3d37f46b82351ebdef33ce4..6ecedbd1022e488cd9226cddc4982b89b892d043 100644 (file)
@@ -115,7 +115,7 @@ swap_pflog_header(const struct pcap_pkthdr *hdr, u_char *buf)
  * When reading a Linux cooked capture packet, we need to check for those
  * packets and, if the byte order host that wrote the packet, as
  * indicated by the byte order of the pcap file or pcapng section
- * containing the packet, is the opposite of our byte oder, convert
+ * containing the packet, is the opposite of our byte order, convert
  * the header files to our byte order by byte-swapping them.
  */
 static void