svn commit: r239124 - in head/sys/netinet: . ipfw

Luigi Rizzo luigi at FreeBSD.org
Tue Aug 7 07:52:26 UTC 2012


Author: luigi
Date: Tue Aug  7 07:52:25 2012
New Revision: 239124
URL: http://svn.freebsd.org/changeset/base/239124

Log:
  s/lenght/length/ in comments

Modified:
  head/sys/netinet/ip_dummynet.h
  head/sys/netinet/ipfw/dummynet.txt

Modified: head/sys/netinet/ip_dummynet.h
==============================================================================
--- head/sys/netinet/ip_dummynet.h	Tue Aug  7 05:46:36 2012	(r239123)
+++ head/sys/netinet/ip_dummynet.h	Tue Aug  7 07:52:25 2012	(r239124)
@@ -171,8 +171,8 @@ struct dn_flow {
 	struct ipfw_flow_id fid;
 	uint64_t	tot_pkts; /* statistics counters  */
 	uint64_t	tot_bytes;
-	uint32_t	length; /* Queue lenght, in packets */
-	uint32_t	len_bytes; /* Queue lenght, in bytes */
+	uint32_t	length; /* Queue length, in packets */
+	uint32_t	len_bytes; /* Queue length, in bytes */
 	uint32_t	drops;
 };
 

Modified: head/sys/netinet/ipfw/dummynet.txt
==============================================================================
--- head/sys/netinet/ipfw/dummynet.txt	Tue Aug  7 05:46:36 2012	(r239123)
+++ head/sys/netinet/ipfw/dummynet.txt	Tue Aug  7 07:52:25 2012	(r239124)
@@ -839,7 +839,7 @@ scheduler functions.
 
 The struct scheduler represent the scheduler descriptor that is passed to
 dummynet when a scheduler module is loaded.
-This struct contains the type of scheduler, the lenght of all structs and
+This struct contains the type of scheduler, the length of all structs and
 all function pointers.
 If a function is not implemented should be initialize to NULL. Some functions
 are mandatory, other are mandatory if some memory should be freed.


More information about the svn-src-head mailing list