From: Eileen Donlon Date: Tue, 20 Mar 2012 15:02:21 +0000 (-0400) Subject: fix misleading comment X-Git-Tag: suricata-1.3beta1~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da633d490b8fff71d451df5eb3a3bbff9f3d0a4d;p=thirdparty%2Fsuricata.git fix misleading comment --- diff --git a/src/detect-parse.c b/src/detect-parse.c index 148ee93767..b9535904dc 100644 --- a/src/detect-parse.c +++ b/src/detect-parse.c @@ -1553,7 +1553,7 @@ end: * (with the addresses switched) into the list. Also handle duplicate * signatures. In case of duplicate sigs, use the ones that have the * latest revision. We use the sid and the msg to identifiy duplicate - * sigs. If 2 sigs have the same sid and msg, they are duplicates. + * sigs. If 2 sigs have the same sid and gid, they are duplicates. * * \param de_ctx Pointer to the Detection Engine Context. * \param sigstr Pointer to a character string containing the signature to be