diff --git a/src/alert-unified2-alert.c b/src/alert-unified2-alert.c index af98a24e5e..1f58096e43 100644 --- a/src/alert-unified2-alert.c +++ b/src/alert-unified2-alert.c @@ -570,8 +570,8 @@ void *initdata = NULL; /** * \test Test the ethernet+ipv4+tcp unified2 test * - * \retval 0 on succces - * \retval -1 on failure + * \retval 1 on succces + * \retval 0 on failure */ static int Unified2Test01 (void) { @@ -619,8 +619,8 @@ static int Unified2Test01 (void) { /** * \test Test the ethernet+ipv6+tcp unified2 test * - * \retval 0 on succces - * \retval -1 on failure + * \retval 1 on succces + * \retval 0 on failure */ static int Unified2Test02 (void) { @@ -665,8 +665,8 @@ static int Unified2Test02 (void) { /** * \test Test the GRE unified2 test * - * \retval 0 on succces - * \retval -1 on failure + * \retval 1 on succces + * \retval 0 on failure */ static int Unified2Test03 (void) { @@ -715,8 +715,8 @@ static int Unified2Test03 (void) { /** * \test Test the PPP unified2 test * - * \retval 0 on succces - * \retval -1 on failure + * \retval 1 on succces + * \retval 0 on failure */ static int Unified2Test04 (void) { @@ -754,8 +754,8 @@ static int Unified2Test04 (void) { /** * \test Test the ethernet+ipv4+tcp droped unified2 test * - * \retval 0 on succces - * \retval -1 on failure + * \retval 1 on succces + * \retval 0 on failure */ static int Unified2Test05 (void) { diff --git a/src/decode-gre.c b/src/decode-gre.c index 0aedac1ae9..1e3e5653a3 100644 --- a/src/decode-gre.c +++ b/src/decode-gre.c @@ -316,7 +316,7 @@ static int DecodeGREtest03 (void) { } /** - * \brief this function registers unit tests for DecodeEvent + * \brief this function registers unit tests for GRE decoder */ void DecodeGRERegisterTests(void) {