aboutsummaryrefslogtreecommitdiff
path: root/src/net.cpp
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2012-07-17 09:53:53 +0200
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2012-07-17 09:53:53 +0200
commitc95d9a9482f4994b53fb10a14f0d8d53e375bb73 (patch)
treef9ef9ef3a4ee3800b40a74bbba015031f62d694b /src/net.cpp
parentce652affe0ffec114bceb2e2c20ae1d015faca53 (diff)
downloadbitcoin-c95d9a9482f4994b53fb10a14f0d8d53e375bb73.tar.xz
fix a comment in net.cpp
Diffstat (limited to 'src/net.cpp')
-rw-r--r--src/net.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net.cpp b/src/net.cpp
index 78b5a752db..f3c255c308 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;