From 88701a096186819bdcfd3d5afe9b6d48652b6d52 Mon Sep 17 00:00:00 2001 From: gnawali Date: Fri, 1 Aug 2008 03:54:47 +0000 Subject: [PATCH] update misleading comment --- tos/lib/net/ctp/CtpForwardingEngineP.nc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tos/lib/net/ctp/CtpForwardingEngineP.nc b/tos/lib/net/ctp/CtpForwardingEngineP.nc index 16c1803c..b3e40bf1 100644 --- a/tos/lib/net/ctp/CtpForwardingEngineP.nc +++ b/tos/lib/net/ctp/CtpForwardingEngineP.nc @@ -436,7 +436,7 @@ implementation { parentCongested = FALSE; call CollectionDebug.logEvent(NET_C_FE_CONGESTION_END); } - // Once we are here, we have decided to send the packet. + // Now we check if we have already sent a packet with matching signature if (call SentCache.lookup(qe->msg)) { call CollectionDebug.logEvent(NET_C_FE_DUPLICATE_CACHE_AT_SEND); call SendQueue.dequeue(); -- 2.39.2