]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
host: spelling
authorVictor Julien <vjulien@oisf.net>
Sat, 6 May 2023 05:18:40 +0000 (07:18 +0200)
committerVictor Julien <vjulien@oisf.net>
Sat, 6 May 2023 15:38:55 +0000 (17:38 +0200)
src/host.c

index 1d4203d84d44bc6e90ea22300652f85d27d1cc9f..d19d321ca739843002049271deb21590d598418d 100644 (file)
@@ -460,7 +460,7 @@ static Host *HostGetNew(Address *a)
     } else {
         /* host has been recycled before it went into the spare queue */
 
-        /* host is initialized (recylced) but *unlocked* */
+        /* host is initialized (recycled) but *unlocked* */
     }
 
     (void) SC_ATOMIC_ADD(host_counter, 1);