From: Victor Julien Date: Sat, 6 May 2023 05:18:40 +0000 (+0200) Subject: host: spelling X-Git-Tag: suricata-7.0.0-rc2~209 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6942e5c6e6fa26e589339698f2c736d01842379a;p=thirdparty%2Fsuricata.git host: spelling --- diff --git a/src/host.c b/src/host.c index 1d4203d84d..d19d321ca7 100644 --- a/src/host.c +++ b/src/host.c @@ -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);