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. */
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to