pespin has uploaded this change for review.
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)
To view, visit change 27419. To unsubscribe, or for help writing mail filters, visit settings.