From 0d3bd3435ff8057251742fb6d5e3566248ac3172 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 2 Nov 2022 13:22:17 +0100 Subject: [PATCH] cosmetic: gtp: Fix typo in comment Change-Id: I54b80bba3126cb3ae534938e253721961d4e08c4 --- gtp/gtp.c | 2 +- 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 @@ 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