aboutsummaryrefslogtreecommitdiff
path: root/src/addrman.h
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2012-07-26 03:25:26 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2012-08-12 17:36:38 +0000
commit06f4e3367758dc6884af1bf44e9ccac8f1bdb9f7 (patch)
treed06e60fab76769baff6b66dfdce3cc5593f781a1 /src/addrman.h
parent4fb6e53968c38a3bbfa9cfa728da1d31fe3dd3fe (diff)
downloadbitcoin-06f4e3367758dc6884af1bf44e9ccac8f1bdb9f7.tar.xz
Bugfix: Correct English grammar regarding "'s"
Diffstat (limited to 'src/addrman.h')
-rw-r--r--src/addrman.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/addrman.h b/src/addrman.h
index 1ccde82361..5d1606698b 100644
--- a/src/addrman.h
+++ b/src/addrman.h
@@ -173,13 +173,13 @@ private:
// last used nId
int nIdCount;
- // table with information about all nId's
+ // table with information about all nIds
std::map<int, CAddrInfo> mapInfo;
// find an nId based on its network address
std::map<CNetAddr, int> mapAddr;
- // randomly-ordered vector of all nId's
+ // randomly-ordered vector of all nIds
std::vector<int> vRandom;
// number of "tried" entries
@@ -252,8 +252,8 @@ public:
// * nNew
// * nTried
// * number of "new" buckets
- // * all nNew addrinfo's in vvNew
- // * all nTried addrinfo's in vvTried
+ // * all nNew addrinfos in vvNew
+ // * all nTried addrinfos in vvTried
// * for each bucket:
// * number of elements
// * for each element: index