Fix a spelling error.

Submitted by:	jkh
Reviewed by:	zarzycki
This commit is contained in:
Rob Braun 2003-03-07 22:47:32 +00:00
parent a42568171f
commit d132c84f07
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=111968

View File

@ -90,7 +90,7 @@ net_init_domain(struct domain *dp)
(*pr->pr_init)();
}
/*
* update global informatio about maximums
* update global information about maximums
*/
max_hdr = max_linkhdr + max_protohdr;
max_datalen = MHLEN - max_hdr;