pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ggsn/+/27419 )
Change subject: gtp: Fix typo in comment ......................................................................
gtp: Fix typo in comment
Change-Id: I0e38e0966081d8b37c3f816f5330b4f52f81b7fa --- M gtp/gtp.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ggsn refs/changes/19/27419/1
diff --git a/gtp/gtp.c b/gtp/gtp.c index 672c5f0..2544555 100644 --- a/gtp/gtp.c +++ b/gtp/gtp.c @@ -405,7 +405,7 @@ * element has expired */ while ((!queue_getfirst(gsn->queue_req, &qmsg)) && (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", qmsg->seq); if (gsn->cb_conf)