diff -r 6295dc2169f3 -r 8486d82aef45 connectivitylayer/isce/p2prouter_dll/inc/p2puserchannel.h --- a/connectivitylayer/isce/p2prouter_dll/inc/p2puserchannel.h Wed Apr 21 14:29:55 2010 +0300 +++ b/connectivitylayer/isce/p2prouter_dll/inc/p2puserchannel.h Tue Oct 19 13:16:20 2010 +0300 @@ -249,7 +249,7 @@ TUint8 iSize; // Guards internal states of this class. NFastMutex* iQueueMutex; - // Ring buffer must be as big as we have request. TODO: is there a danger to get more request..? + // Ring buffer must be as big as we have request. is there a danger to get more request..? TP2PReq iShReqRingBuffer[ EP2PLastAsyncRequest ]; // Active / Deactive requests are kept in list to make finding easier. TRequestStatus* iShReqList[ EP2PLastAsyncRequest ];