Comments fix

remotes/origin/master-1.0.x
Breno Silva 16 years ago committed by Victor Julien
parent 3e9223c22c
commit 7aaad91f39

@ -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) {

@ -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) {

Loading…
Cancel
Save