From da633d490b8fff71d451df5eb3a3bbff9f3d0a4d Mon Sep 17 00:00:00 2001 From: Eileen Donlon Date: Tue, 20 Mar 2012 11:02:21 -0400 Subject: [PATCH] fix misleading comment --- src/detect-parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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