diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2015-04-28 14:47:17 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2015-05-02 15:23:59 +0000 |
commit | b05a89b2def301704df8f22f05a45ccf891c2b83 (patch) | |
tree | da028bc52de857c1a89fb223ae8973859b1cf150 /src/addrman.h | |
parent | 7e6d23b1719191f83af7d3e7b134a90889b5c1ef (diff) |
Non-grammatical language improvements
Diffstat (limited to 'src/addrman.h')
-rw-r--r-- | src/addrman.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/addrman.h b/src/addrman.h index 98df370c7d..b72dda49d1 100644 --- a/src/addrman.h +++ b/src/addrman.h @@ -105,7 +105,7 @@ public: /** Stochastic address manager * * Design goals: - * * Keep the address tables in-memory, and asynchronously dump the entire to able in peers.dat. + * * Keep the address tables in-memory, and asynchronously dump the entire table to peers.dat. * * Make sure no (localized) attacker can fill the entire table with his nodes/addresses. * * To that end: |