gtp: Fix typo in comment

Change-Id: I0e38e0966081d8b37c3f816f5330b4f52f81b7fa
This commit is contained in:
Pau Espin 2022-03-07 14:02:11 +01:00
parent f471800168
commit c97286f839
1 changed files with 1 additions and 1 deletions

View File

@ -405,7 +405,7 @@ static int queue_timer_retrans(struct gsn_t *gsn)
* element has expired */ * element has expired */
while ((!queue_getfirst(gsn->queue_req, &qmsg)) && while ((!queue_getfirst(gsn->queue_req, &qmsg)) &&
(qmsg->timeout <= now)) { (qmsg->timeout <= now)) {
if (qmsg->retrans > N3_REQUESTS) { /* To many retrans */ if (qmsg->retrans > N3_REQUESTS) { /* Too many retrans */
LOGP(DLGTP, LOGL_NOTICE, "Retransmit req queue timeout of seq %" PRIu16 "\n", LOGP(DLGTP, LOGL_NOTICE, "Retransmit req queue timeout of seq %" PRIu16 "\n",
qmsg->seq); qmsg->seq);
if (gsn->cb_conf) if (gsn->cb_conf)