]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
typo in comment
authorDamien Miller <djm@mindrot.org>
Wed, 2 Oct 2019 00:51:15 +0000 (10:51 +1000)
committerDamien Miller <djm@mindrot.org>
Wed, 2 Oct 2019 00:51:15 +0000 (10:51 +1000)
entropy.c

index dc307e76c531343f61e5228bde73acea8b565e80..5de68016b02dae8a68bfa53c289144aa16772453 100644 (file)
--- 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)
 {