cosmetic: gtp: Fix typo in comment

Change-Id: I54b80bba3126cb3ae534938e253721961d4e08c4
This commit is contained in:
Pau Espin 2022-11-02 13:22:17 +01:00
parent 3ed252b58e
commit 0d3bd3435f
1 changed files with 1 additions and 1 deletions

View File

@ -543,7 +543,7 @@ static void queue_timer_cb(void *data)
* *
* The correct solution will be to make a queue containing response messages. * The correct solution will be to make a queue containing response messages.
* This queue should be checked whenever a request is received. If the * 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 * 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 * 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 * within each path). This need to be implemented by a hash table. Furthermore