aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Goldstein <[email protected]>2017-03-18 18:13:55 -0700
committerMichael Goldstein <[email protected]>2017-03-18 18:13:55 -0700
commitf490dae56ba2f4b849ef4874cca8030d5a77c61c (patch)
tree7d88cf95348b9f8b51ad237611dffcfb9292d537 /src
parentMerge #9911: Wshadow: various gcc fixes (diff)
downloaddiscoin-f490dae56ba2f4b849ef4874cca8030d5a77c61c.tar.xz
discoin-f490dae56ba2f4b849ef4874cca8030d5a77c61c.zip
Trivial: Fix typo in key.h comment
Diffstat (limited to 'src')
-rw-r--r--src/key.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/key.h b/src/key.h
index 37c74e873..925a8d186 100644
--- a/src/key.h
+++ b/src/key.h
@@ -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: