aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-07-17 12:12:48 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2023-07-17 12:12:48 +0200
commit4c9ea116049e205d8ca82668c1effde7824c31fe (patch)
tree8b0a12b2bd681b2691c98a47112d741aa0a67d22
parent7d3f3ad57e5fccffd10d247d17df600bcb4b6e2d (diff)
cosmetic: gmm: Fix typo in comment
-rw-r--r--src/gmm/gmm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gmm/gmm.c b/src/gmm/gmm.c
index 4836d58..9f7a9fd 100644
--- a/src/gmm/gmm.c
+++ b/src/gmm/gmm.c
@@ -414,7 +414,7 @@ void gprs_gmm_gmme_t3316_stop(struct gprs_gmm_entity *gmme)
osmo_timer_del(&gmme->t3316);
}
-/* T3312 (Delete stored RAND & SRES) timer expiration: */
+/* T3316 (Delete stored RAND & SRES) timer expiration: */
static void t3316_delete_rand_sres_cb(void *data)
{
struct gprs_gmm_entity *gmme = (struct gprs_gmm_entity *)data;