You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2011/06/24 22:29:50 UTC

svn commit: r1139427 - /trafficserver/traffic/trunk/iocore/net/I_NetProcessor.h

Author: zwoop
Date: Fri Jun 24 20:29:50 2011
New Revision: 1139427

URL: http://svn.apache.org/viewvc?rev=1139427&view=rev
Log:
TS-847 Oops, fixed the comment too, thanks amc.

Modified:
    trafficserver/traffic/trunk/iocore/net/I_NetProcessor.h

Modified: trafficserver/traffic/trunk/iocore/net/I_NetProcessor.h
URL: http://svn.apache.org/viewvc/trafficserver/traffic/trunk/iocore/net/I_NetProcessor.h?rev=1139427&r1=1139426&r2=1139427&view=diff
==============================================================================
--- trafficserver/traffic/trunk/iocore/net/I_NetProcessor.h (original)
+++ trafficserver/traffic/trunk/iocore/net/I_NetProcessor.h Fri Jun 24 20:29:50 2011
@@ -224,7 +224,7 @@ public:
     @param ip machine to connect to.
     @param port port to connect to.
     @param timeout for connect, the cont will get NET_EVENT_OPEN_FAILED
-      if connection could not be established for timeout msecs. The
+      if connection could not be established for timeout secs. The
       default is 30 secs.
     @param options @see NetVCOptions.