Fix a typo (attacked -> attached).

Approved by:	sam
This commit is contained in:
Peter Pentchev 2004-08-24 08:47:15 +00:00
parent fe0f2d4e11
commit 18aee723a3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=134241

View File

@ -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 */