aboutsummaryrefslogtreecommitdiff
path: root/src/random.h
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2014-11-25 08:18:33 +0100
committerPavel Janík <Pavel@Janik.cz>2014-11-25 08:18:33 +0100
commit3a05ba1bfcba72bb91643510d96bd2f49a8420bd (patch)
tree307ff573bb314a3db3eb72e316477118912e8837 /src/random.h
parentf24bcce2ac3e049142ff077c0de5e40a52e59b5e (diff)
downloadbitcoin-3a05ba1bfcba72bb91643510d96bd2f49a8420bd.tar.xz
Fix typo in doxygen comment.
Diffstat (limited to 'src/random.h')
-rw-r--r--src/random.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/random.h b/src/random.h
index ec73d910c4..aa55ca2b6f 100644
--- a/src/random.h
+++ b/src/random.h
@@ -26,7 +26,7 @@ uint256 GetRandHash();
/**
* 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);