diff options
author | Pavel JanÃk <Pavel@Janik.cz> | 2014-11-25 18:54:36 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-12-16 11:24:43 +0100 |
commit | bf7835c2713e9cc8356cd1a32bf99c40e222773b (patch) | |
tree | 3d3eb79b43e030bb312e2c1357cdf320186a3673 /src/chain.h | |
parent | 2f2d3370ccec7226da83c738bca2f38dbafd403c (diff) |
Fix small typos in comments and error messages
Rebased-From: 67b2d819cdf6181e7f016e5366ce7479830893bd
Github-Pull: #5404
Diffstat (limited to 'src/chain.h')
-rw-r--r-- | src/chain.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chain.h b/src/chain.h index a8a6b4dd64..98db989879 100644 --- a/src/chain.h +++ b/src/chain.h @@ -95,7 +95,7 @@ enum BlockStatus { class CBlockIndex { public: - //! pointer to the hash of the block, if any. memory is owned by this CBlockIndex + //! pointer to the hash of the block, if any. Memory is owned by this CBlockIndex const uint256* phashBlock; //! pointer to the index of the predecessor of this block |