Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jul 2013 23:40:08 +0000 (UTC)
From:      Colin Percival <cperciva@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r252854 - head/sys/net
Message-ID:  <201307052340.r65Ne8uo026292@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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. */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307052340.r65Ne8uo026292>