diff options
Diffstat (limited to 'Source/charon/utils/randomizer.h')
-rw-r--r-- | Source/charon/utils/randomizer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/utils/randomizer.h b/Source/charon/utils/randomizer.h index cf6870aa5..0d3757233 100644 --- a/Source/charon/utils/randomizer.h +++ b/Source/charon/utils/randomizer.h @@ -78,7 +78,7 @@ struct randomizer_s { * * @param this calling randomizer_t object * @param bytes Number of bytes to allocate - * @param[out] chunk chunk which will hold the allocated random bytes + * @param[out] chunk chunk which will hold the allocated random bytes * @return * - SUCCESS * - OUT_OF_RES |