diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-07-17 09:53:53 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-07-17 09:53:53 +0200 |
commit | c95d9a9482f4994b53fb10a14f0d8d53e375bb73 (patch) | |
tree | f9ef9ef3a4ee3800b40a74bbba015031f62d694b /src | |
parent | ce652affe0ffec114bceb2e2c20ae1d015faca53 (diff) |
fix a comment in net.cpp
Diffstat (limited to 'src')
-rw-r--r-- | src/net.cpp | 2 |
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; |