pespin submitted this change.

View Change

Approvals: laforge: Looks good to me, approved osmith: Looks good to me, approved Jenkins Builder: Verified
cosmetic: gtp: Fix typo in comment

Change-Id: I54b80bba3126cb3ae534938e253721961d4e08c4
---
M gtp/gtp.c
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gtp/gtp.c b/gtp/gtp.c
index 2544555..d2f2219 100644
--- a/gtp/gtp.c
+++ b/gtp/gtp.c
@@ -543,7 +543,7 @@
*
* The correct solution will be to make a queue containing response messages.
* This queue should be checked whenever a request is received. If the
- * response is allready in the queue that response should be transmitted.
+ * response is already in the queue that response should be transmitted.
* It should be possible to find messages in this queue on the basis of
* the sequence number and peer GSN IP address (The sequense number is unique
* within each path). This need to be implemented by a hash table. Furthermore

To view, visit change 29964. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-ggsn
Gerrit-Branch: master
Gerrit-Change-Id: I54b80bba3126cb3ae534938e253721961d4e08c4
Gerrit-Change-Number: 29964
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged