diff options
| author | Michael Goldstein <[email protected]> | 2017-03-18 18:13:55 -0700 |
|---|---|---|
| committer | Michael Goldstein <[email protected]> | 2017-03-18 18:13:55 -0700 |
| commit | f490dae56ba2f4b849ef4874cca8030d5a77c61c (patch) | |
| tree | 7d88cf95348b9f8b51ad237611dffcfb9292d537 | |
| parent | Merge #9911: Wshadow: various gcc fixes (diff) | |
| download | discoin-f490dae56ba2f4b849ef4874cca8030d5a77c61c.tar.xz discoin-f490dae56ba2f4b849ef4874cca8030d5a77c61c.zip | |
Trivial: Fix typo in key.h comment
| -rw-r--r-- | src/key.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ private: //! The actual byte data std::vector<unsigned char, secure_allocator<unsigned char> > keydata; - //! Check whether the 32-byte array pointed to be vch is valid keydata. + //! Check whether the 32-byte array pointed to by vch is valid keydata. bool static Check(const unsigned char* vch); public: |