summaryrefslogtreecommitdiff
path: root/entropy.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2019-10-02 10:51:15 +1000
committerDamien Miller <djm@mindrot.org>2019-10-02 10:51:15 +1000
commit13c508dfed9f25e6e54c984ad00a74ef08539e70 (patch)
tree07750fc471112ebbd0849d5172bfe4cf34eee61f /entropy.c
parentd0c3ac427f6c52b872d6617421421dd791664445 (diff)
typo in comment
Diffstat (limited to 'entropy.c')
-rw-r--r--entropy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/entropy.c b/entropy.c
index dc307e76c..5de68016b 100644
--- a/entropy.c
+++ b/entropy.c
@@ -252,7 +252,7 @@ seed_rng(void)
252#include <stdlib.h> 252#include <stdlib.h>
253#include <string.h> 253#include <string.h>
254 254
255/* Acutal initialisation is handled in arc4random() */ 255/* Actual initialisation is handled in arc4random() */
256void 256void
257seed_rng(void) 257seed_rng(void)
258{ 258{