From ee810d4b0b425cecd2f4efadd199de54df722ae8 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 1 Nov 2002 21:22:37 +0000 Subject: [PATCH] fixed comment --- src/ca/tcpiiu.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ca/tcpiiu.cpp b/src/ca/tcpiiu.cpp index d45fb6280..b06b2c352 100644 --- a/src/ca/tcpiiu.cpp +++ b/src/ca/tcpiiu.cpp @@ -416,8 +416,8 @@ void tcpRecvThread::run () } // Although this is redundant in certain situations it is - // required in other because the receive thread must hang - // around until it receives its blocking socket call interrupt + // required because the receive thread must hang around + // until it receives its blocking socket call interrupt // signal. this->iiu.cacRef.initiateAbortShutdown ( this->iiu ); }