From: Victor Julien Date: Fri, 22 Dec 2023 07:43:46 +0000 (+0100) Subject: detect/content: limits prop comment cleanup X-Git-Tag: suricata-8.0.0-beta1~1866 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e06d2c402ae86eb74e1f651ba5d2930112fa7f4c;p=thirdparty%2Fsuricata.git detect/content: limits prop comment cleanup --- diff --git a/src/detect-content.c b/src/detect-content.c index 944172702d..2f98840005 100644 --- a/src/detect-content.c +++ b/src/detect-content.c @@ -383,9 +383,9 @@ void DetectContentFree(DetectEngineCtx *de_ctx, void *ptr) SCReturn; } -/* +/** * \brief Determine the size needed to accommodate the content - * elements of a signature + * elements of a signature * \param s signature to get dsize value from * \param max_size Maximum buffer/data size allowed. * \param list signature match list.