Skip to content

Commit 10b930d

Browse files
author
MarcoFalke
committed
Merge bitcoin#10033: Trivial: Fix typo in key.h comment
f490dae Trivial: Fix typo in key.h comment (Michael Goldstein) Tree-SHA512: 4b79bfa88313d3558edb9ab1c6d27bd45659355e81f224ba75c05ff069ebae4c9f443efd70ae274814bbb7cca8a9057942b9b867055c48e93822ac73e38a51ce
2 parents 9225de2 + f490dae commit 10b930d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/key.h

+1-1
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)