From c95d9a9482f4994b53fb10a14f0d8d53e375bb73 Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Tue, 17 Jul 2012 09:53:53 +0200 Subject: [PATCH] fix a comment in net.cpp --- src/net.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/net.cpp b/src/net.cpp index 78b5a752d..f3c255c30 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -407,7 +407,7 @@ bool GetMyExternalIP(CNetAddr& ipRet) void ThreadGetMyExternalIP(void* parg) { - // Make this thread recognisable as the message handling thread + // Make this thread recognisable as the external IP detection thread RenameThread("bitcoin-ext-ip"); CNetAddr addrLocalHost;