]> The Tcpdump Group git mirrors - libpcap/commitdiff
Fix typo.
authorGuy Harris <[email protected]>
Fri, 7 Feb 2014 00:00:03 +0000 (16:00 -0800)
committerGuy Harris <[email protected]>
Fri, 7 Feb 2014 00:00:03 +0000 (16:00 -0800)
pcap/nflog.h

index 041e46bbad857856c5f4d1de163a2903dbbf1977..388dd0c55d08e0e21c7ba724592309a5741dd9a3 100644 (file)
@@ -40,7 +40,7 @@
  * data, etc.).
  */
 typedef struct nflog_hdr {
-       u_int8_t        nflog_family;           /* adress family */
+       u_int8_t        nflog_family;           /* address family */
        u_int8_t        nflog_version;          /* version */
        u_int16_t       nflog_rid;              /* resource ID */
 } nflog_hdr_t;