diff options
author | Michael Goldstein <michael@bitstein.org> | 2017-03-18 18:13:55 -0700 |
---|---|---|
committer | Michael Goldstein <michael@bitstein.org> | 2017-03-18 18:13:55 -0700 |
commit | f490dae56ba2f4b849ef4874cca8030d5a77c61c (patch) | |
tree | 7d88cf95348b9f8b51ad237611dffcfb9292d537 /src/key.h | |
parent | baae3149d63909c527e7b28c52c9124957ce8206 (diff) |
Trivial: Fix typo in key.h comment
Diffstat (limited to 'src/key.h')
-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: |