]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
fix misleading comment
authorEileen Donlon <emdonlo@gmail.com>
Tue, 20 Mar 2012 15:02:21 +0000 (11:02 -0400)
committerVictor Julien <victor@inliniac.net>
Thu, 22 Mar 2012 11:41:19 +0000 (12:41 +0100)
src/detect-parse.c

index 148ee93767b42ad876431788689d6ac5ff8e14c1..b9535904dc6ee29ad16e1ebb32b5d634578557ab 100644 (file)
@@ -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