From b77dd854a8ec5677856d6f43b817a89c4b21a162 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Thu, 29 Dec 2011 15:34:59 +0000 Subject: [PATCH] Fix typo in comment. MFC after: 3 days --- tools/tools/netrate/tcpp/tcpp_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tools/netrate/tcpp/tcpp_client.c b/tools/tools/netrate/tcpp/tcpp_client.c index 888c895da1f..70620ce7522 100644 --- a/tools/tools/netrate/tcpp/tcpp_client.c +++ b/tools/tools/netrate/tcpp/tcpp_client.c @@ -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;