mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Fix a typo (attacked -> attached).
Approved by: sam
This commit is contained in:
parent
fe0f2d4e11
commit
18aee723a3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=134241
@ -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