Fix a typo in comment.

Submitted by:	Yanhui Shen via twitter
MFC after:	3 days
This commit is contained in:
Xin LI 2015-07-24 22:13:39 +00:00
parent 8de5654fe9
commit 1a7c14aec7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=285862

View File

@ -440,7 +440,7 @@ sodealloc(struct socket *so)
if (so->so_snd.sb_hiwat)
(void)chgsbsize(so->so_cred->cr_uidinfo,
&so->so_snd.sb_hiwat, 0, RLIM_INFINITY);
/* remove acccept filter if one is present. */
/* remove accept filter if one is present. */
if (so->so_accf != NULL)
do_setopt_accept_filter(so, NULL);
#ifdef MAC