From f14dc04627838d8cce0b2043fbce36d3abc5d3ad Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 28 Mar 2019 20:29:36 +0100 Subject: [PATCH] cosmetic: fix typo in comment Change-Id: I3a1be1b8adc74a2f2ef51b766ef4e17ac88a7ce9 --- src/simtrace2-remsim_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simtrace2-remsim_client.c b/src/simtrace2-remsim_client.c index 095c6d6..a186b83 100644 --- a/src/simtrace2-remsim_client.c +++ b/src/simtrace2-remsim_client.c @@ -127,7 +127,7 @@ static int gsmtap_send_sim(const uint8_t *apdu, unsigned int len) } /*********************************************************************** - * SIMTRACE pcore protocol + * SIMTRACE core protocol ***********************************************************************/ /*! \brief allocate a message buffer for simtrace use */