gtp: Fix typo in comment

Change-Id: I0e38e0966081d8b37c3f816f5330b4f52f81b7fa
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)