Skip to content

Commit f490dae

Browse files
committed
Trivial: Fix typo in key.h comment
1 parent baae314 commit f490dae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/key.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class CKey
4545
//! The actual byte data
4646
std::vector<unsigned char, secure_allocator<unsigned char> > keydata;
4747

48-
//! Check whether the 32-byte array pointed to be vch is valid keydata.
48+
//! Check whether the 32-byte array pointed to by vch is valid keydata.
4949
bool static Check(const unsigned char* vch);
5050

5151
public:

0 commit comments

Comments
 (0)