aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2022-11-02 13:22:17 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2022-11-02 13:22:17 +0100
commit0d3bd3435ff8057251742fb6d5e3566248ac3172 (patch)
tree2cbdb045d2af863ff43fe1377bc86a20ed220a2f
parent3ed252b58ea7753d6e6811826377624a2be0bf31 (diff)
cosmetic: gtp: Fix typo in comment
-rw-r--r--gtp/gtp.c2
1 files changed, 1 insertions, 1 deletions
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 @@ static void queue_timer_cb(void *data)
*
* 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