aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2012-07-17 02:05:30 -0700
committerWladimir J. van der Laan <laanwj@gmail.com>2012-07-17 02:05:30 -0700
commitab0d6428b173cb25f09a4f85d13eedff38de826f (patch)
treea1b6e63587c2fcc0e3be5a9c07e1aa1a81becdfa
parentd47afc7f4c6d7f85199e031c0c51feb9291aecc5 (diff)
parentc95d9a9482f4994b53fb10a14f0d8d53e375bb73 (diff)
downloadbitcoin-ab0d6428b173cb25f09a4f85d13eedff38de826f.tar.xz
Merge pull request #1604 from Diapolo/fix_comment_net
fix a comment in 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;