svn commit: r252854 - head/sys/net
Colin Percival
cperciva at FreeBSD.org
Fri Jul 5 23:40:09 UTC 2013
Author: cperciva
Date: Fri Jul 5 23:40:08 2013
New Revision: 252854
URL: http://svnweb.freebsd.org/changeset/base/252854
Log:
Fix typo: minmum -> minimum.
Submitted by: @z3ndrag0n
Modified:
head/sys/net/if_var.h
Modified: head/sys/net/if_var.h
==============================================================================
--- head/sys/net/if_var.h Fri Jul 5 23:16:56 2013 (r252853)
+++ head/sys/net/if_var.h Fri Jul 5 23:40:08 2013 (r252854)
@@ -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. */
More information about the svn-src-head
mailing list