svn commit: r228956 - head/tools/tools/netrate/tcpp

Robert Watson rwatson at FreeBSD.org
Thu Dec 29 15:35:00 UTC 2011


Author: rwatson
Date: Thu Dec 29 15:34:59 2011
New Revision: 228956
URL: http://svn.freebsd.org/changeset/base/228956

Log:
  Fix typo in comment.
  
  MFC after:	3 days

Modified:
  head/tools/tools/netrate/tcpp/tcpp_client.c

Modified: head/tools/tools/netrate/tcpp/tcpp_client.c
==============================================================================
--- head/tools/tools/netrate/tcpp/tcpp_client.c	Thu Dec 29 14:41:17 2011	(r228955)
+++ head/tools/tools/netrate/tcpp/tcpp_client.c	Thu Dec 29 15:34:59 2011	(r228956)
@@ -99,7 +99,7 @@ tcpp_client_newconn(void)
 	int fd, i;
 
 	/*
-	 * Spread load over available IPs, roating through them as we go.  No
+	 * Spread load over available IPs, rotating through them as we go.  No
 	 * attempt to localize IPs to particular workers.
 	 */
 	sin = localipbase;


More information about the svn-src-head mailing list