From: Victor Julien Date: Sat, 6 May 2023 05:18:51 +0000 (+0200) Subject: ippair: spelling X-Git-Tag: suricata-7.0.0-rc2~208 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb779a577db31680725e86b97a7ca5116fabc6a5;p=thirdparty%2Fsuricata.git ippair: spelling --- diff --git a/src/ippair.c b/src/ippair.c index 71ef24fef5..110eb9f6c6 100644 --- a/src/ippair.c +++ b/src/ippair.c @@ -503,7 +503,7 @@ static IPPair *IPPairGetNew(Address *a, Address *b) } else { /* ippair has been recycled before it went into the spare queue */ - /* ippair is initialized (recylced) but *unlocked* */ + /* ippair is initialized (recycled) but *unlocked* */ } (void) SC_ATOMIC_ADD(ippair_counter, 1);