This commit is contained in:
Damien Miller 2019-10-02 10:51:15 +10:00
Родитель d0c3ac427f
Коммит 13c508dfed
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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)
{