diff options
author | Damien Miller <djm@mindrot.org> | 2019-10-02 10:51:15 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2019-10-02 10:51:15 +1000 |
commit | 13c508dfed9f25e6e54c984ad00a74ef08539e70 (patch) | |
tree | 07750fc471112ebbd0849d5172bfe4cf34eee61f /entropy.c | |
parent | d0c3ac427f6c52b872d6617421421dd791664445 (diff) |
typo in comment
Diffstat (limited to 'entropy.c')
-rw-r--r-- | entropy.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() */ |
256 | void | 256 | void |
257 | seed_rng(void) | 257 | seed_rng(void) |
258 | { | 258 | { |