diff options
| author | Corinne Dashjr <[email protected]> | 2015-04-28 14:48:28 +0000 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2015-05-01 11:21:27 +0000 |
| commit | 7e6d23b1719191f83af7d3e7b134a90889b5c1ef (patch) | |
| tree | 04c8888faab17cbe87ca776ab1076b78da0e875b /src/main.h | |
| parent | Merge pull request #5971 (diff) | |
| download | discoin-7e6d23b1719191f83af7d3e7b134a90889b5c1ef.tar.xz discoin-7e6d23b1719191f83af7d3e7b134a90889b5c1ef.zip | |
Bugfix: Grammar fixes
Diffstat (limited to 'src/main.h')
| -rw-r--r-- | src/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h index b0aec6662..38d867675 100644 --- a/src/main.h +++ b/src/main.h @@ -75,7 +75,7 @@ static const int MAX_BLOCKS_IN_TRANSIT_PER_PEER = 16; /** Timeout in seconds during which a peer must stall block download progress before being disconnected. */ static const unsigned int BLOCK_STALLING_TIMEOUT = 2; /** Number of headers sent in one getheaders result. We rely on the assumption that if a peer sends - * less than this number, we reached their tip. Changing this value is a protocol upgrade. */ + * less than this number, we reached its tip. Changing this value is a protocol upgrade. */ static const unsigned int MAX_HEADERS_RESULTS = 2000; /** Size of the "block download window": how far ahead of our current height do we fetch? * Larger windows tolerate larger download speed differences between peer, but increase the potential |