0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-09 10:43:19 -05:00

Fix typo in doxygen comment.

This commit is contained in:
Pavel Janík 2014-11-25 08:18:33 +01:00
parent f24bcce2ac
commit 3a05ba1bfc

View file

@ -26,7 +26,7 @@ uint256 GetRandHash();
/** /**
* Seed insecure_rand using the random pool. * Seed insecure_rand using the random pool.
* @param Deterministic Use a determinstic seed * @param Deterministic Use a deterministic seed
*/ */
void seed_insecure_rand(bool fDeterministic = false); void seed_insecure_rand(bool fDeterministic = false);