Skip to content

Commit 08087ee

Browse files
committed
npf: Fix a typo in a comment
[skip ci]
1 parent 2ff961f commit 08087ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pcap-npf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2113,7 +2113,7 @@ get_if_flags(const char *name, bpf_u_int32 *flags, char *errbuf)
21132113
*flags |= PCAP_IF_WIRELESS;
21142114

21152115
/*
2116-
* A "network assosiation state" makes no sense for airpcap.
2116+
* A "network association state" makes no sense for airpcap.
21172117
*/
21182118
*flags |= PCAP_IF_CONNECTION_STATUS_NOT_APPLICABLE;
21192119
PacketCloseAdapter(adapter);

0 commit comments

Comments
 (0)