defrag: spelling

pull/8828/head
Victor Julien 3 years ago
parent 79d5caacd0
commit ca3c144ec8

@ -518,7 +518,7 @@ static DefragTracker *DefragTrackerGetNew(Packet *p)
} else {
/* tracker has been recycled before it went into the spare queue */
/* tracker is initialized (recylced) but *unlocked* */
/* tracker is initialized (recycled) but *unlocked* */
}
(void) SC_ATOMIC_ADD(defragtracker_counter, 1);

@ -23,7 +23,7 @@
* Defragmentation module.
* References:
* - RFC 815
* - OpenBSD PF's IP normalizaton (pf_norm.c)
* - OpenBSD PF's IP normalization (pf_norm.c)
*
* \todo pool for frag packet storage
* \todo policy bsd-right
@ -213,7 +213,7 @@ DefragContextNew(void)
FatalError("defrag: Timeout less than minimum allowed value.");
}
else if (timeout > TIMEOUT_MAX) {
FatalError("defrag: Tiemout greater than maximum allowed value.");
FatalError("defrag: Timeout greater than maximum allowed value.");
}
dc->timeout = timeout;
}
@ -2088,7 +2088,7 @@ static int DefragTimeoutTest(void)
{
int i;
/* Setup a small numberr of trackers. */
/* Setup a small number of trackers. */
FAIL_IF_NOT(ConfSet("defrag.trackers", "16"));
DefragInit();

Loading…
Cancel
Save