Fix a typo (attacked -> attached).
Approved by: sam
This commit is contained in:
parent
fe0f2d4e11
commit
18aee723a3
@ -59,7 +59,7 @@ static struct sockaddr route_src = { 2, PF_ROUTE, };
|
||||
static struct sockaddr sa_zero = { sizeof(sa_zero), AF_INET, };
|
||||
|
||||
static struct {
|
||||
int ip_count; /* attacked w/ AF_INET */
|
||||
int ip_count; /* attached w/ AF_INET */
|
||||
int ip6_count; /* attached w/ AF_INET6 */
|
||||
int ipx_count; /* attached w/ AF_IPX */
|
||||
int any_count; /* total attached */
|
||||
|
Loading…
Reference in New Issue
Block a user