summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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{