diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2012-07-17 02:05:30 -0700 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2012-07-17 02:05:30 -0700 |
commit | ab0d6428b173cb25f09a4f85d13eedff38de826f (patch) | |
tree | a1b6e63587c2fcc0e3be5a9c07e1aa1a81becdfa /src/net.cpp | |
parent | d47afc7f4c6d7f85199e031c0c51feb9291aecc5 (diff) | |
parent | c95d9a9482f4994b53fb10a14f0d8d53e375bb73 (diff) |
Merge pull request #1604 from Diapolo/fix_comment_net
fix a comment in net.cpp
Diffstat (limited to 'src/net.cpp')
-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; |