summaryrefslogtreecommitdiffstats
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 dc307e76..5de68016 100644
--- a/entropy.c
+++ b/entropy.c
@@ -252,7 +252,7 @@ seed_rng(void)
#include <stdlib.h>
#include <string.h>
-/* Acutal initialisation is handled in arc4random() */
+/* Actual initialisation is handled in arc4random() */
void
seed_rng(void)
{