summaryrefslogtreecommitdiff
path: root/Cryptlib/Rand/CryptRand.c
diff options
context:
space:
mode:
Diffstat (limited to 'Cryptlib/Rand/CryptRand.c')
-rw-r--r--Cryptlib/Rand/CryptRand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cryptlib/Rand/CryptRand.c b/Cryptlib/Rand/CryptRand.c
index 895ce83f..fd3c6d4a 100644
--- a/Cryptlib/Rand/CryptRand.c
+++ b/Cryptlib/Rand/CryptRand.c
@@ -79,7 +79,7 @@ RandomSeed (
If Output is NULL, then return FALSE.
@param[out] Output Pointer to buffer to receive random value.
- @param[in] Size Size of randome bytes to generate.
+ @param[in] Size Size of random bytes to generate.
@retval TRUE Pseudorandom byte stream generated successfully.
@retval FALSE Pseudorandom number generator fails to generate due to lack of entropy.