Fix typo: minmum -> minimum.

Submitted by:	@z3ndrag0n
This commit is contained in:
Colin Percival 2013-07-05 23:40:08 +00:00
parent 39c229261f
commit d36ed80a7b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=252854

View File

@ -204,7 +204,7 @@ struct ifnet {
u_int if_fib; /* interface FIB */
u_char if_alloctype; /* if_type at time of allocation */
u_int if_hw_tsomax; /* tso burst length limit, the minmum
u_int if_hw_tsomax; /* tso burst length limit, the minimum
* is (IP_MAXPACKET / 8).
* XXXAO: Have to find a better place
* for it eventually. */