diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2012-07-26 03:25:26 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2012-08-01 17:50:00 +0000 |
commit | b49f1398a1a02eab06def81a9d25b972c81b8fe1 (patch) | |
tree | c6f51d9b5cbf00b334c5311391c55d828fa29753 /src/addrman.h | |
parent | 3c726dd3c07acdda465522f027ba115b4185afaf (diff) |
Bugfix: Correct English grammar regarding "'s"
Diffstat (limited to 'src/addrman.h')
-rw-r--r-- | src/addrman.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/addrman.h b/src/addrman.h index 30b8ef1a30..7c141c427b 100644 --- a/src/addrman.h +++ b/src/addrman.h @@ -174,13 +174,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 @@ -253,8 +253,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 |